Skip to content

Commit

Permalink
Update local test instructions to run new services (#2660)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhafer committed Mar 24, 2022
1 parent f4c5525 commit 5bbdbf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,12 @@ This will require some PHP-related tools to run, for instance on Ubuntu you will
../../../cmd/revad/revad -c frontend.toml &
../../../cmd/revad/revad -c gateway.toml &
../../../cmd/revad/revad -c shares.toml &
../../../cmd/revad/revad -c storage-shares.toml &
../../../cmd/revad/revad -c storage-home.toml &
../../../cmd/revad/revad -c storage-users.toml &
../../../cmd/revad/revad -c storage-publiclink.toml &
../../../cmd/revad/revad -c machine-auth.toml &
../../../cmd/revad/revad -c permissions-ocis-ci.toml &
../../../cmd/revad/revad -c ldap-users.toml
```

Expand Down

0 comments on commit 5bbdbf1

Please sign in to comment.