mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Updated README.
This commit is contained in:
parent
59e54fb931
commit
7af42922d2
|
@ -18,7 +18,7 @@ cd /var/seafile/
|
||||||
|
|
||||||
sudo cp samples/server.conf bootstrap/bootstrap.conf
|
sudo cp samples/server.conf bootstrap/bootstrap.conf
|
||||||
# Edit the options according to your use case
|
# Edit the options according to your use case
|
||||||
vim bootstrap/bootstrap.conf
|
sudo vim bootstrap/bootstrap.conf
|
||||||
|
|
||||||
sudo ./launcher bootstrap
|
sudo ./launcher bootstrap
|
||||||
sudo ./launcher start
|
sudo ./launcher start
|
||||||
|
|
2
launcher
2
launcher
|
@ -39,8 +39,10 @@ dbg() {
|
||||||
}
|
}
|
||||||
|
|
||||||
install_docker() {
|
install_docker() {
|
||||||
|
echo "---------------------------------------------------------------------------------"
|
||||||
echo "Docker is not installed, you will need to install Docker in order to run Launcher"
|
echo "Docker is not installed, you will need to install Docker in order to run Launcher"
|
||||||
echo "See https://docs.docker.com/installation/"
|
echo "See https://docs.docker.com/installation/"
|
||||||
|
echo "---------------------------------------------------------------------------------"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue