* update baseimages to 0.10.2
* update baseimage to 0.11
* del the files by the local test procuced.
* update windows install instructions
closes#123
* Pass arguments to seaf-gc
This will allow users to run seaf-gc with parameters like ``-D`` or ``-r``
* Apply pass argument patch to all gc scripts
* modified the 16.04 to 18.04
* updata comment
* didn't use launcher
* travis
* link error & update readme
* del launcher.ps1, del bootstrap func under launcher file
* [readme] password/plan b, add a new admin
* review
- ./launcher bootstrap => init seafile server data & letsencrypt, then
build a local image based on seafileorg/server:<version>
- ./launcher start => start a container using the local image
At this moment, we only support running mysql server inside the
container. Support for running mysql(and memcached) in a separate
container would be added later.
shared/seafile => contains ccnet/seafile-data/conf etc.
shared/db => contains mysql data
shared/ssl => letsencrypt certs
shared/logs/seafile => ccnet/seafile/seahub logs
shared/logs/var-log => mounted as /var/log in the container