Skip to content

Commit 5a9f800

Browse files
committed
Move Vagrant into root of project.
1 parent b9ffabf commit 5a9f800

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Vagrantfile
2+

server/Vagrantfile.example renamed to Vagrantfile.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Vagrant.configure('2') do |config|
1212

1313
config.vm.provision 'shell',
1414
keep_color: true,
15-
path: './propro/dist/vagrant.sh'
15+
path: './server/propro/dist/vagrant.sh'
1616

1717
config.ssh.forward_agent = true
1818

server/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ to re-install the Guest Additions, use
1717

1818
```sh
1919
$ vagrant ssh
20+
$ cd server
2021
$ bundle
2122
$ rake db:setup
2223
$ bin/rails s

0 commit comments

Comments
 (0)