First upload your SSH key to gitlab if you haven't done it already.
Clone the repository and switch to the Kadaster
branch
git clone [email protected]:almakrh/project-security.git Kadaster
cd Kadaster
git checkout Kadaster
First make a virtual environment in Python. Make sure that you have Python on your device before creating virtual environment.
python3 or python -m venv venv
In windows you can activate the virtual environment by running the active script while you are in the Kadaster
directory.
venv\Scripts\activate
Install the packages with pip
pip install -r requirements.txt
If you followed the getting started section you can now run the app.
cd Project_security
python manage.py runserver
Documentation Django website
DocumentationGitlab.