Skip to content
KennBro edited this page Jan 3, 2023 · 1 revision

Dev Update

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)

Update the project

The repository should be updated by doing a git pull

cd $IKY_DIRECTORY
git pull

Update backend dependencies

This will update the necessary backend libraries

cd $IKY_DIRECTORY
python3.7 -m pip install --user -r requirements.txt

Update frontend dependencies

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