We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our server runs on the II's VPS. Machine has whole environment setup in bare-bone style. It needs some more attention.
Right now everything runs on unattached server process running on the machine. It is not really secure and requires work on automating deploys.
Good thing to think about - do we really need to automate this process? I am not that sure... IMO, just git pulling by hand is enough.
all@156.17.4.42
var/lib/projektzapisy/zapisy
nohup python manage.py runserver 0.0.0.0:8000 &
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Our server runs on the II's VPS. Machine has whole environment setup in bare-bone style. It needs some more attention.
Right now everything runs on unattached server process running on the machine. It is not really secure and requires work on automating deploys.
Good thing to think about - do we really need to automate this process? I am not that sure... IMO, just git pulling by hand is enough.
Run server
all@156.17.4.42
var/lib/projektzapisy/zapisy
and runnohup python manage.py runserver 0.0.0.0:8000 &
TO DO
Server infrastructure
CI
The text was updated successfully, but these errors were encountered: