File tree Expand file tree Collapse file tree 5 files changed +5
-38
lines changed
Expand file tree Collapse file tree 5 files changed +5
-38
lines changed Original file line number Diff line number Diff line change @@ -145,3 +145,5 @@ gem 'activemerchant'
145145
146146gem 'rack-attack'
147147gem 'unf_ext' , '0.0.6'
148+
149+ gem 'foreman'
Original file line number Diff line number Diff line change 136136 faraday (0.9.0 )
137137 multipart-post (>= 1.2 , < 3 )
138138 ffi (1.9.0 )
139+ foreman (0.78.0 )
140+ thor (~> 0.19.1 )
139141 formtastic (2.2.1 )
140142 actionpack (>= 3.0 )
141143 gon (4.1.1 )
@@ -313,6 +315,7 @@ DEPENDENCIES
313315 ey_config
314316 factory_girl_rails (~> 4.0 )
315317 faker
318+ foreman
316319 formtastic
317320 gg !
318321 gon
Original file line number Diff line number Diff line change @@ -14,19 +14,6 @@ The other repos involved in ggtracker are:
1414 used by this codebase
1515
1616
17- ### Running with vagrant
18- You can either run ggtracker in a vagrant-controlled virtualbox or on your host operating system (described after this section).
19- To run with vagrant run the following commands:
20-
21- * Make sure you have vagrant+virtualbox installed on your computer
22- * Run ` vagrant up ` to create the virtual box
23- * Run ` vagrant ssh ` to ssh into the vagrant box
24- * Run ` ssh-keygen ` in the vagrant box to generate ssh-keys for github
25- * Upload your public keys to Github
26- * Clone ` ggtracker ` project to ` vagrant ` user's home directory in the vagrant box
27- * Run the installation and updating steps below
28- * The app will be on the vagrant box's ip instead of localhost.
29-
3017### Requirements
3118
3219 * Ruby 1.9+ (get RVM: https://rvm.io/ )
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments