From d778704a96744a32e4fbddd5bbd2fdaee9c6af0d Mon Sep 17 00:00:00 2001 From: Gayathri Venkatesh Date: Tue, 6 Apr 2021 14:07:40 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78e417bd6f..8a16f97693 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,8 @@ For installation, prerequisites include sqlite3 and rvm. [Click here for a compl _kindly note if you choose to use sqlite some tests may fail. The project was setup initially to use mysql and some tests are tailored for mysql db. No need for alarm, we are working to fix these and this will not interfere with your development process_ 8. Run `rake db:setup` to set up the database 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) +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) + * If you get any prompt to overwrite files in this step please choose no. The prompt will be something like _"Overwrite /home/plots2/config/webpacker.yml? (enter "h" for help) [Ynaqdhm]"_ :- type "n" and enter. 11. Start the server with `passenger start` and navigate to `http://localhost:3000/` on 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_)