diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,8 +19,8 @@ cloudron install --appstore-id io.cloudron.surfer | |||
19 | The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html). | 19 | The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html). |
20 | 20 | ||
21 | ``` | 21 | ``` |
22 | git clone https://github.com/nebulade/surfer.git | ||
22 | cd surfer | 23 | cd surfer |
23 | |||
24 | cloudron build | 24 | cloudron build |
25 | cloudron install | 25 | cloudron install |
26 | ``` | 26 | ``` |
@@ -31,9 +31,9 @@ Surfer can also be run standlone on any server: | |||
31 | git clone https://github.com/nebulade/surfer.git | 31 | git clone https://github.com/nebulade/surfer.git |
32 | cd surfer | 32 | cd surfer |
33 | npm install | 33 | npm install |
34 | ./app.js <public folder> | 34 | ./server.js <public folder> |
35 | ``` | 35 | ``` |
36 | Without LDAP integration, the default username is `test` with the same password. Check `src/auth.js` for further details about user management. | 36 | Use the `admin` tool to manage local users. |
37 | 37 | ||
38 | ## File management | 38 | ## File management |
39 | 39 | ||