Update README.md

This commit is contained in:
Daniel Pan 2016-11-26 19:52:07 +08:00 committed by GitHub
parent 4c66237b03
commit f882ffac13

View file

@ -24,6 +24,26 @@ sudo ./launcher bootstrap
sudo ./launcher start
```
Now visit `http://hostname` or `https://hostname` to open Seafile Web UI.
### How to use
#### Modify configurations
The config files are under `shared/seafile/conf`. You can modify the configurations according to [Seafile manual](https://manual.seafile.com/)
After modification, restart the docker instance:
```
./launcher stop
./launcher start
```
#### Find logs
The logs are under `shared/logs/seafile`.
### Directory Structure
#### `/bootstrap`