mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-02 02:39:26 +00:00
Fixed windows getting started doc.
This commit is contained in:
parent
531d5e477a
commit
b3e5b31053
1 changed files with 5 additions and 5 deletions
|
@ -52,16 +52,16 @@ Close the powershell window, and open a new one **as the normal user**.
|
||||||
|
|
||||||
Now run the following commands:
|
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
|
```sh
|
||||||
git clone https://github.com/haiwen/seafile-docker.git /c/seafile/
|
git clone https://github.com/haiwen/seafile-docker.git c:\seafile
|
||||||
cd /c/seafile/
|
cd c:\seafile
|
||||||
|
|
||||||
Copy-Item samples/server.conf bootstrap/bootstrap.conf
|
Copy-Item samples/server.conf bootstrap/bootstrap.conf
|
||||||
# Edit the options according to your use case
|
# Edit the options according to your use case
|
||||||
start notepad++ bootstrap/bootstrap.conf
|
start notepad++ bootstrap/bootstrap.conf
|
||||||
|
|
||||||
./launcher.ps1 bootstrap
|
.\launcher.ps1 bootstrap
|
||||||
./launcher.ps1 start
|
.\launcher.ps1 start
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue