-
Run the file "main.py" with the command
.\back\venv\Python\python.exe main.py
-
A dialog box will open up. Close that and get into the folder "front"
-
Run the command inside the "front" folder
npm run build
and let the process finish -
Get one directory back and run "main.py" once again using
.\back\venv\Python\python.exe main.py
-
Navigate to
localhost:8008
and sign in with usernamehera
and passwordHera1234
-
Go to the settings panel and add your media libraries and other users as necessary as well
-
Clone the repository in an appropriate directory
-
Use the portable python interpreter provided in the back directory to run the django dev server by using
.\venv\Python\python.exe manage.py runserver
from inside the "back directory" -
Ensure the configuration in the .env file is correct
-
Run the command
npm run dev
inside the "front" directory