Skip to content

Commit

Permalink
Add server start step under "Standard Installation" and modify the wo…
Browse files Browse the repository at this point in the history
…rding a little (publiclab#9446)

Co-authored-by: idiot-toaster <[email protected]>
  • Loading branch information
eightballocto and eightballocto authored Apr 5, 2021
1 parent eb8522a commit 50563a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ _kindly note if you choose to use sqlite some tests may fail. The project was se
9. Install static assets (like external javascript libraries, fonts) with `yarn install`
10. Setup React & webpacker by running `rails webpacker:install && rails webpacker:install:react && rails generate react:install`
(for local SSL work, see [SSL](#ssl-in-development) below)
11. Wheeeee! You're up and running! Log in with test usernames "user", "moderator", or "admin", and password "password".
12. Run `rails test` to confirm that your install is working properly. Or `rails test:system` for system tests. (_if you chose sqlite as your database, some tests may fail, please ignore these we are working to fix these, if your server starts correctly you are all set_)
11. Start the server with `passenger start` and navigate to `http://localhost:3000/` in your browser.
12. Wheeeee! You're up and running! Log in with test usernames "user", "moderator", or "admin", and password "password".
13. Run `rails test` to confirm that your install is working properly. You can also run `rails test:system` for system tests. (_Note: if you chose sqlite as your database, some tests may fail; Please ignore these, we are working to fix this. If your server starts correctly, you are all set_)

### Windows Installation

Expand Down

0 comments on commit 50563a3

Please sign in to comment.