mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-03-18 12:29:50 +00:00
chg: [doc] Added note that redis-server is bundled during install
This commit is contained in:
parent
41a34b3519
commit
6522cffd57
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ ! -f "`which redis-server`" ] && echo "'redis-server' is not installed/not on PATH. Please fix and run again." && exit 1
|
# redis-server is bundled during install
|
||||||
|
## [ ! -f "`which redis-server`" ] && echo "'redis-server' is not installed/not on PATH. Please fix and run again." && exit 1
|
||||||
|
|
||||||
export AIL_BIN=${AIL_HOME}/bin/
|
export AIL_BIN=${AIL_HOME}/bin/
|
||||||
export AIL_FLASK=${AIL_HOME}/var/www/
|
export AIL_FLASK=${AIL_HOME}/var/www/
|
||||||
|
|
Loading…
Add table
Reference in a new issue