Skip to content

Commit

Permalink
Declare docker as the only way to run core
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfr committed Nov 22, 2017
1 parent ec8a376 commit f3fef1e
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,6 @@ SciTran Core is a RESTful HTTP API, written in Python and backed by MongoDB. It


### Usage
**Currently Python 2 Only**

#### OSX
```
$ ./bin/run-dev-osx.sh --help
```

For the best experience, please upgrade to a recent version of bash.
```
brew install bash bash-completion
sudo dscl . -create /Users/$(whoami) UserShell /usr/local/bin/bash
```

#### Ubuntu
```
mkvirtualenv scitran-core
./bin/install-ubuntu.sh
uwsgi --http :8080 --master --wsgi-file bin/api.wsgi -H $VIRTUAL_ENV \
--env SCITRAN_PERSISTENT_DB_URI="mongodb://localhost:27017/scitran-core"
docker run -p 80:80 -e SCITRAN_CORE_DRONE_SECRET=secret scitran/core
```

0 comments on commit f3fef1e

Please sign in to comment.