Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shimizukawa/fig-sphinxwebapp-nginx

Sphinx WebSupport Application environment by using shimizukawa/sphinxwebapp
https://github.com/shimizukawa/fig-sphinxwebapp-nginx

Last synced: about 15 hours ago
JSON representation

Sphinx WebSupport Application environment by using shimizukawa/sphinxwebapp

Awesome Lists containing this project

README

        

===========================================
Docker fig for Sphinx WebSupport + Nginx
===========================================

Bootstrap
==========

1. install vagrant + virtualbox.
2. execute::

local $ vagrant up # provisioner make docker environment
local $ vagrant ssh
ubuntu $ sudo su
ubuntu # cd /vagrant
ubuntu # fig up

3. browse to:

- http://192.168.10.10/ to see Sphinx WebSupport application view

Used containers
===============

- `python:2.7`_:
to execute Sphinx WebSupport App

- `nginx:latest`_:
Web frontend for Sphinx WebSupport App

- `shimizukawa/sphinxwebapp:latest`_:
Sphinx WebSupport demo application

.. _python:2.7: https://registry.hub.docker.com/_/python/
.. _nginx:latest: https://registry.hub.docker.com/_/nginx/
.. _shimizukawa/sphinxwebapp:latest: https://registry.hub.docker.com/u/shimizukawa/sphinxwebapp/