mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Fixed windows getting started doc.
This commit is contained in:
parent
531d5e477a
commit
b3e5b31053
|
@ -52,16 +52,16 @@ Close the powershell window, and open a new one **as the normal user**.
|
|||
|
||||
Now run the following commands:
|
||||
|
||||
(Note that if you're using another drive than "C:", say "D:", you should change the "/c/seafile" in the following commands to "/d/seafile" instead.)
|
||||
(Note that if you're using another drive than "C:", say "D:", you should change the "c:\\seafile" in the following commands to "d:\\seafile" instead.)
|
||||
|
||||
```sh
|
||||
git clone https://github.com/haiwen/seafile-docker.git /c/seafile/
|
||||
cd /c/seafile/
|
||||
git clone https://github.com/haiwen/seafile-docker.git c:\seafile
|
||||
cd c:\seafile
|
||||
|
||||
Copy-Item samples/server.conf bootstrap/bootstrap.conf
|
||||
# Edit the options according to your use case
|
||||
start notepad++ bootstrap/bootstrap.conf
|
||||
|
||||
./launcher.ps1 bootstrap
|
||||
./launcher.ps1 start
|
||||
.\launcher.ps1 bootstrap
|
||||
.\launcher.ps1 start
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue