To try django_project_uploader go step by step through this tutorial.
- Change to your directory mkdir test cd test
- Clone git repository git clone https://github.com/lazaa32/django_project_upload.git
- Change to glwp_up directory cd django_project_upload/glwp_up/
- Create database python manage.py migrate
- Create admin user python manage.py createsuperuser
- Run server python manage.py runserver
- Go to localhost:8080/uploader/. If everything is OK you shold see "GISlab.web projects uploader works!"
- Go to localhost:8080/uploader/upload to upload project
- Go to localhost:8080/uploader/projects to see a list of uploaded projects
- Go to localhost:8080/admin to enter admin site.