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

https://github.com/ntidev/sphinx


https://github.com/ntidev/sphinx

Last synced: 5 months ago
JSON representation

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
```