Skip to content

Commit

Permalink
Fix commands in docs for proxy server
Browse files Browse the repository at this point in the history
The commands for running the proxy server in the README are
wrong/incomplete. This should help users with running the correct
commands for their setup.
  • Loading branch information
Arnei committed Nov 21, 2023
1 parent a550c36 commit f8e58e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ It will also start a backend server with dummy data at localhost:5000.

To test with real data, instead run:

npm proxy-server
npm proxy-server *opencast_digest_username* *opencast_digest_password*

This will start a proxy server at localhost:5000. It will automatically proxy
requests to a Opencast instance at localhost:8080.
You can then start the client in a different tab by running:

npm client
npm run client



Expand Down

0 comments on commit f8e58e4

Please sign in to comment.