Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shimizukawa/heroku-docker-sphinx
Heroku web application on Docker container for Sphinx documentation with BASIC auth
https://github.com/shimizukawa/heroku-docker-sphinx
docker heroku sphinx
Last synced: 16 days ago
JSON representation
Heroku web application on Docker container for Sphinx documentation with BASIC auth
- Host: GitHub
- URL: https://github.com/shimizukawa/heroku-docker-sphinx
- Owner: shimizukawa
- License: mit
- Created: 2018-08-07T00:09:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T01:00:46.000Z (over 6 years ago)
- Last Synced: 2024-12-13T21:47:10.277Z (about 2 months ago)
- Topics: docker, heroku, sphinx
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
====================================================================
Sphinx doc with Basic Authentication with Heroku on Docker container
====================================================================How to use?
===========1. put your documentation in /doc.
2. testing::
docker build -t webapp .
docker run --rm -e BASIC_AUTH=heroku:docker -e PORT=8080-p 8080:8080 webapp
curl http://localhost:8080/3. deploy onto heroku::
heroku login
heroku container:login
heroku create
heroku container:push web
heroku container:release web
heroku openrefs: https://devcenter.heroku.com/articles/container-registry-and-runtime