install new server opensuse with 5 websites -- 2
Budget: $30 – $250 USD
We need to install a new server with ubuntu and nginx , php, django
The previous server have 3 django APP , two PHP app , two HTML
we need to copy all files under /home/local on the new server
We need to reinstall with the same configuration , but on the 3 django app we must not copy the venv from the old server because they are damaged, we will recreate them in the directory /home/envs/venv-#### (### is the name of the django project folder)
Also we we will not use uwsgi but gunicorn, so we need to create gunicorn configuration for the 3 django app
The previous server have 3 django APP , two PHP app , two HTML
we need to copy all files under /home/local on the new server
We need to reinstall with the same configuration , but on the 3 django app we must not copy the venv from the old server because they are damaged, we will recreate them in the directory /home/envs/venv-#### (### is the name of the django project folder)
Also we we will not use uwsgi but gunicorn, so we need to create gunicorn configuration for the 3 django app