https://github.com/ntidev/sphinx
https://github.com/ntidev/sphinx
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ntidev/sphinx
- Owner: ntidev
- Created: 2018-08-01T14:06:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T12:25:30.000Z (almost 8 years ago)
- Last Synced: 2025-08-11T21:45:49.802Z (11 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sphinx on docker
# Instalation
* First create the docker image
```sh
$ ./build_image.sh
```
### Copy the Sphinx whapper
```sh
$ sudo cp sphinx /usr/local/bin
```
### create a new project
```sh
$ sphinx init
```