Browse Source

Update README

pull/558/head
Hironsan 4 years ago
parent
commit
398d63f034
1 changed files with 5 additions and 3 deletions
  1. 8
      README.md

8
README.md

@ -40,7 +40,7 @@ $ cd doccano
$ docker-compose -f docker-compose.prod.yml up $ docker-compose -f docker-compose.prod.yml up
``` ```
Access <http://0.0.0.0/>.
Go to <http://0.0.0.0/>.
_Note the superuser account credentials located in the `docker-compose.prod.yml` file:_ _Note the superuser account credentials located in the `docker-compose.prod.yml` file:_
```yml ```yml
@ -80,17 +80,19 @@ docker container start doccano
To stop the container, run `docker container stop doccano -t 5`. To stop the container, run `docker container stop doccano -t 5`.
All data created in the container will persist across restarts. All data created in the container will persist across restarts.
Access <http://127.0.0.1:8000/>.
Go to <http://127.0.0.1:8000/>.
### For Developers ### For Developers
You can setup local development environment as follows:
```bash ```bash
$ git clone https://github.com/doccano/doccano.git $ git clone https://github.com/doccano/doccano.git
$ cd doccano $ cd doccano
$ docker-compose -f docker-compose.dev.yml up $ docker-compose -f docker-compose.dev.yml up
``` ```
Access <http://127.0.0.1:8000/>.
Go to <http://127.0.0.1:3000/>.
## One-click Deployment ## One-click Deployment

Loading…
Cancel
Save