Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Closes #251
  • Loading branch information
ansoncfit authored Jul 30, 2020
1 parent 08bf467 commit 5055dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Database configuration variables include:
## Building and running

Once you have configured `analysis.properties` and started mongo locally, build the application with `mvn package` and
start it with `java -Xmx2g -jar target/shaded/vX.Y.Z.jar`
start it with `java -Xmx2g -cp target/shaded/vX.Y.Z.jar com.conveyal.analysis.BackendMain`

Next, follow the instructions to start the [analysis-ui frontend](https://github.com/conveyal/analysis-ui). Once that
is running, you should be able to log in without authentication (using the frontend URL, e.g. http://localhost:3000).
Expand Down

0 comments on commit 5055dd9

Please sign in to comment.