Commit 553c79b0 by Johannes Zellner

Indicate where to specify the public folder

1 parent 98e34a58
Showing with 1 additions and 1 deletions
...@@ -31,7 +31,7 @@ Surfer can also be run standlone on any server: ...@@ -31,7 +31,7 @@ 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 ./app.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. Without LDAP integration, the default username is `test` with the same password. Check `src/auth.js` for further details about user management.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!