Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README testing section #2748

Merged
merged 1 commit into from
May 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Please read and abide by our [Code of Conduct](https://publiclab.org/conduct); o
7. Install static assets (like external javascript libraries, fonts) with `bower install`
8. Start rails with `passenger start` from the Rails root and open http://localhost:3000 in a web browser.
9. Wheeeee! You're up and running! Log in with test usernames "user", "moderator", or "admin", and password "password".
10. Run `rake test` to confirm that your install is working properly. For some setups, you may see warnings even if test pass; [see this issue](https://github.com/publiclab/plots2/issues/440) we're working to resolve.
10. Run `rake test` to confirm that your install is working properly.

## How to start and modify cron jobs

Expand Down