forked from OSQA/osqa
-
Notifications
You must be signed in to change notification settings - Fork 622
Open
Description
Today I tried to deploy askbot in heroku and/or openshift with no luck due to several problems:
- There isn't a step by step readme with requirements and variables
- Current Dockerfile in master does not allow me to parametrize if I have already a database, the database host , port , admin alias/mail, SECRET_KEY
- If syncdb, migrate or collectstatic has an internal error, no log is displayed. So I stored them to /src/startup.log
- I think readme.md is more more friendly than readme.rst
- When I run the container, an error pointing me to use pytz<=2019.3 instead pytz<=2016.4
- I added (and commented in .gitignore)init.py, manage.py , settings.py, urls.py to the root in order to start the server
Finally I was able to run a success docker container but with this changes. I didn't touch the core :
https://github.com/software-architect-tools/askbot/pull/1
How can I adapt to your standards this PR in order to point to your official repository?
Thanks
csbrown
Metadata
Metadata
Assignees
Labels
No labels