Works on host Operative System
This is the faster option because it runs directly on your machine without any extra layer that adds some latency compared with this option, but should have a problem that you would have to fix manually.
See what is an Operative System.
Set up 4geeks dependencies
Read this.
Set up Python dependencies
We have a script with a lot of hooks to try to fix many issues that could happen during the installation
Start the server
Collect statics
Load the public files in Django, which it requires to open the Django Admin.
Run migrations
What is a migration?
Read this.
Run the migrations
Populate the database
You should populate your database with initial data using:
Create a super user
To get in Django Admin you need to create an account, this account will be saved in Postgres.
Run server
To open the server run:
If something goes wrong execute this to get a diagnosis.