-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bill Finn edited this page Jul 10, 2019
·
7 revisions
Welcome to the experience-herschend wiki! Let's get started on setting up your local environment.
https://github.com/billfinn/experience-herschend/archive/master.zip
Set up Ruby on Rails for Mac with a local server environment.
Get setup for Heroku
Github repository:
- Terminal (on your Mac)
- Visual Studio Code (free)
- Postico (PostgreSQL, free version) useful for working with and updating the database on a ongoing basis
- pgAdmin - useful for local environment database administration
Heroku https://heroku.com
- Setup your own personal account
- Provide the email address used to [email protected]
- I’ll add you as a collaborator on the current app
- Once you’re comfortable/setup, we can talk about transferring the app to an RP account
Amazon S3 https://aws.amazon.com/s3/getting-started/
- Create an account
- Share the email address for your account with me - [email protected], I’ll add you to the account
under development
-
Copy site files to \user\Sites\
-
Open Terminal on Mac
-
In Terminal, go to: cd sites/hfe-experience
-
Use terminal command rails s to start the local server and view the app at http://localhost:3000