Skip to content
KennBro edited this page Mar 14, 2020 · 1 revision

Wake Up iKy

This section describes how to Wake Up iKy

The project directory, created by running the git clone, we will call $IKY_DIRECTORY (e.g. /home/user/iKy)

Turn on everything

With everything installed and updated, we turn on the processes

Turn on Redis in a terminal

cd $IKY_DIRECTORY
redis-server

Turn on Celery in another terminal

cd $IKY_DIRECTORY
cd backend
./celery.sh

Turn on APP in another terminal

cd $IKY_DIRECTORY
cd backend
python3.7 app.py -i 127.0.0.1 # or -i 0.0.0.0 to listen in all interfaces

Turn on frontend in another terminal

cd $IKY_DIRECTORY
cd frontend
npm start

Enjoy

Open the browser in this url (Preferably Chrome and flavors)