-
Notifications
You must be signed in to change notification settings - Fork 0
NAC‐Setup
Dan1elRoos edited this page Dec 12, 2024
·
4 revisions
- Clone Github Repository
git clone https://github.com/UKB-IT-Sec/NAC-Service-Portal.git
- Create Virtual Environment
cd NAC-Service-Portal/src
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
- Setup
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py createsuperuser
- Start server
python3 manage.py runserver
- Go to http://127.0.0.1:8000/admin
- Login with your superuser
- Add a DeviceRoleProd
- Add a DeviceRoleInst
- Add an AuthorizationGroup
- Add a User
- Go to http://127.0.0.1:8000/
- Login with user credentials