Skip to content

geekcamp-ph/rubyonrails.geekcampbaguio.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the website locally

Given I have cloned the repo

git clone [email protected]:geekcamp-ph/rubyonrails.geekcampbaguio.com.git

And I am in the directory of the clone repo

cd rubyonrails.geekcampbaguio.com

And I have installed the ruby bundle

bundle install

When I run serve

And I go to http://localhost:4000

Then I should see the Ruby on Rails guide for Geekcamp Baguio

Deploying to the project's site

Given I am in the project directory

And I have added the heroku repo as a remote repo

git remote add heroku [email protected]:ruby-geekcampbaguio.git

When I push master to heroku

git push heroku

And I go to https://ruby-geekcampbaguio.herokuapp.com/

Then I should see that the website has been deployed

About

Ruby on Rails guide for Geekcamp Baguio workshops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published