Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
60415f82
Commit
60415f82
authored
Oct 08, 2015
by
J. Fernando Sánchez
Browse files
Added Dockerfile and instructions
parent
724eac38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
0 → 100644
View file @
60415f82
from
python:2.7-onbuild
ENTRYPOINT
["python", "-m", "senpy"]
README.rst
View file @
60415f82
...
...
@@ -36,7 +36,20 @@ To install it system-wide, use setuptools:
.. code:: bash
python setup.py install
If you are using docker, build the image or use the pre-built one:
.. code:: bash
docker run -ti -p 5000:5000 balkian/senpy --host 0.0.0.0 --default-plugins
To add custom plugins, add a volume and tell senpy where to find the plugins:
.. code:: bash
docker run -ti -p 5000:5000 -v <PATH OF PLUGINS:/plugins balkian/senpy --host 0.0.0.0 --default-plugins -f /plugins
Using
-----
...
...
@@ -57,6 +70,7 @@ or, alternatively:
This will create a server with any modules found in the current path.
For more options, see the `--help` page.
TO-DO
-----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment