https://github.com/timtech4u/deployer.host
Dashboard to assist in using http://dokku.viewdocs.io
https://github.com/timtech4u/deployer.host
Last synced: 27 days ago
JSON representation
Dashboard to assist in using http://dokku.viewdocs.io
- Host: GitHub
- URL: https://github.com/timtech4u/deployer.host
- Owner: Timtech4u
- Created: 2019-01-05T16:35:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T16:44:13.000Z (over 7 years ago)
- Last Synced: 2025-11-21T18:02:30.517Z (8 months ago)
- Language: JavaScript
- Homepage: http://deployer.host
- Size: 686 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deployer
## Note
This should be deployed on the same server running *Dokku*, if you need some guide on How To Deploy Django on Nginx, [check here](http://www.timtech4u.com.ng/2018/06/how-to-set-up-django-with-postgres.html)
## Setup
- Clone the repo and change to project directory: `cd pusher`
- Install dependencies: `pip install -r requirements.txt`
- Migrate database: `python manage.py migrate`
- Create super user: `python manage.py createsuperuser`
- Run server: `python manage.py runserver`