-
Notifications
You must be signed in to change notification settings - Fork 150
Dev
KennBro edited this page Jan 3, 2023
·
1 revision
This section describes how to update the project in the soft manner
The project directory, created by running the git clone, we will call $IKY_DIRECTORY (e.g. /home/user/iKy)
The repository should be updated by doing a git pull
cd $IKY_DIRECTORY
git pull
This will update the necessary backend libraries
cd $IKY_DIRECTORY
python3.7 -m pip install --user -r requirements.txt
This will update the necessary frontend libraries
cd $IKY_DIRECTORY
cd frontend
npm install
NOTE
Please remember that $ IKY_DIRECTORY must be replaced by the project directory in each command or simply create an environment variable
- iKy Wiki
- iKy Page
- Installation
- Update
- Wake Up
- APIs
- Backend
- Dev
- Videos
- Disclaimer