Skip to content

EasyInstall

KennBro edited this page May 3, 2021 · 2 revisions

important Easy installation (Python only)

You must install Redis

wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
sudo make install

Go to our [website][website]. Download the ZIP file and unzip it.

unzip iKy.zip
cd iKy-pack
pip install -r requirements.txt
cd backend
python app.py -e prod

And, finally, browse it.