Commit f8c3136f by Johannes

Update Readme

1 parent e31aa8a8
Showing with 3 additions and 3 deletions
...@@ -19,8 +19,8 @@ cloudron install --appstore-id io.cloudron.surfer ...@@ -19,8 +19,8 @@ cloudron install --appstore-id io.cloudron.surfer
The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html). The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html).
``` ```
git clone https://github.com/nebulade/surfer.git
cd surfer cd surfer
cloudron build cloudron build
cloudron install cloudron install
``` ```
...@@ -31,9 +31,9 @@ Surfer can also be run standlone on any server: ...@@ -31,9 +31,9 @@ Surfer can also be run standlone on any server:
git clone https://github.com/nebulade/surfer.git git clone https://github.com/nebulade/surfer.git
cd surfer cd surfer
npm install npm install
./app.js <public folder> ./server.js <public folder>
``` ```
Without LDAP integration, the default username is `test` with the same password. Check `src/auth.js` for further details about user management. Use the `admin` tool to manage local users.
## File management ## File management
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!