abcang
bea117a4b6
changed to run foreman with vagrant ( #2742 )
* changed to run foreman with vagrant
* change port specification method and database setting
* delete changes of environment variable related code
* hard coated the port
7 years ago
Colin Mitchell
908b96a370
Make vagrant HTTP port configurable ( #2510 )
7 years ago
kawax
dd9d57300b
Vagrantfile: node 6 ( #2752 )
7 years ago
Effy Elden
a9a4710fe1
Alter Vagrantfile to use RVM for Ruby installation ( #2346 )
7 years ago
Effy Elden
cc83ee60fb
Export environment variables from .env.vagrant before running rails commands in Vagrant provisioning ( #2343 )
7 years ago
Naouak
af7d02da5d
Fix issue with line return in file ( #1947 )
Fix #1940
7 years ago
happycoloredbanana
e22f9819bb
NFS for shared folder requires a private_network ( #1263 )
7 years ago
Kazuhiro NISHIYAMA
66ea015a01
Remove current directory from PATH ( #1779 )
7 years ago
Gavin Mogan
c35bda0551
fix(*): ruby version was updated in .ruby-version but not Vagrant. Make them match ( #1502 )
7 years ago
Markus Amalthea Magnuson
7596de1aec
Add a couple of network performance tweaks to Vagrantfile.
7 years ago
James Moore
c19e0f1212
Use NFS for the shared folder because it dramatically decreases latency for git operations.
7 years ago
vjackson725
91dc21c469
fix Vagrantfile so that the correct ruby is installed
Prior to this commit, the vagrantfile installs ruby 2.3.3. Due to commit mastodon@7951e7f, this no longer works.
Change the provision scrip so that 2.3.1 is installed via rbenv. Note this drastically increases provision time.
7 years ago
vjackson725
db3d5d811c
Fix Vagrantfile to include yarn
The current Vagrantfile fails to build upon provisioning, as it lacks yarn.
Change the Vagrantfile to add the yarn repository, and install yarn.
7 years ago
Effy Elden
46fb634c79
Improve Vagrantfile, load environment variables from .env.vagrant, always forward localhost:3000
7 years ago
Effy Elden
f1289ca3c0
Add Vagrant development environment support
7 years ago