Skip to content

Commit 1d76d0c

Browse files
committed
Foreman is needed to run the webapp.
1 parent 59a0b24 commit 1d76d0c

File tree

5 files changed

+5
-38
lines changed

5 files changed

+5
-38
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,5 @@ gem 'activemerchant'
145145

146146
gem 'rack-attack'
147147
gem 'unf_ext', '0.0.6'
148+
149+
gem 'foreman'

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ GEM
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

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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/)

Vagrantfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

setup-vagrantbox.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)