Installation
- Georg
- 19. Juli 2020
- 1 Min. Lesezeit
download from git-repo
clear your whole server from any type of apache or other Web-Server-deployments currently running
make sure your deployment server is running the latest version of python
install pip for python: https://pypi.org/project/pip/
Copy all of the following in a bat file (windows) or shell script (in linux) and execute it: https://github.com/GeorgHs/Stats-Screening/blob/Dev/Documentation/PipWebDevelopment.bat
scp everything from github-repo (just downloaded) to server
then go into folder that contains file manage.py
enter: python manage.py runserver
check your server - should be running
Comments