Skip to content

A web application used to advertise and coordinate a wedding.

Notifications You must be signed in to change notification settings

ColinOrr/tie-theknot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tie-theknot

A web application used to advertise and coordinate a wedding.

Getting Started

Install Git and Vagrant on your machine, then run the following commands:

# Download the code
git clone https://github.com/ColinOrr/tie-theknot.git

# Download the Vagrant base box
vagrant box add precise32 http://files.vagrantup.com/precise32.box

# Start up the Vagrant VM
cd tie-theknot
vagrant up

# Launch the web site
vagrant ssh
cd /vagrant/code
bundle install
bundle exec rails s

All being well, you can now visit the site from your browser http://localhost:3000

About

A web application used to advertise and coordinate a wedding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published