-
Notifications
You must be signed in to change notification settings - Fork 151
Manual install (Compacted)
Kenn edited this page Jan 15, 2020
·
1 revision
git clone https://gitlab.com/kennbroorg/iKy.git
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
And turn on the server in a terminal
redis-server
You must install the libraries inside requirements.txt
python3.7 -m pip install -r requirements.txt
And turn on Celery in another terminal, within the directory backend
cd backend
./celery.sh
Finally, again, in another terminal turn on backend app from directory backend
python3.7 app.py
First of all, install nodejs.
Inside the directory frontend install the dependencies
cd frontend
npm install
Finally, to run frontend server, execute:
npm start
Open the browser in this url
- iKy Wiki
- iKy Page
- Installation
- Update
- Wake Up
- APIs
- Backend
- Dev
- Videos
- Disclaimer