-
Notifications
You must be signed in to change notification settings - Fork 148
WakeUp
KennBro edited this page Mar 14, 2020
·
1 revision
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)
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
Open the browser in this url (Preferably Chrome and flavors)
- iKy Wiki
- iKy Page
- Installation
- Update
- Wake Up
- APIs
- Backend
- Dev
- Videos
- Disclaimer