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'
145
145
146
146
gem 'rack-attack'
147
147
gem 'unf_ext' , '0.0.6'
148
+
149
+ gem 'foreman'
Original file line number Diff line number Diff line change 136
136
faraday (0.9.0 )
137
137
multipart-post (>= 1.2 , < 3 )
138
138
ffi (1.9.0 )
139
+ foreman (0.78.0 )
140
+ thor (~> 0.19.1 )
139
141
formtastic (2.2.1 )
140
142
actionpack (>= 3.0 )
141
143
gon (4.1.1 )
@@ -313,6 +315,7 @@ DEPENDENCIES
313
315
ey_config
314
316
factory_girl_rails (~> 4.0 )
315
317
faker
318
+ foreman
316
319
formtastic
317
320
gg !
318
321
gon
Original file line number Diff line number Diff line change @@ -14,19 +14,6 @@ The other repos involved in ggtracker are:
14
14
used by this codebase
15
15
16
16
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
-
30
17
### Requirements
31
18
32
19
* 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