Henne Vogelsang
f8b7233404
Put database.yml into the code base
...
It works by default, we have a mechanism to configure it (dotenv.example)
and we want to be a 12factor app, right? Let's do this...
2018-09-20 11:33:57 -07:00
Henne Vogelsang
f69bb18e79
Remove centos from bootstrap.sh
...
We don't have a Vagrant setup for centos, why would we need a centos
bootstrap?
Also use the rake taks setup:bootstrap to configure the app so we only
have one place where this is done.
2018-09-12 21:05:39 +02:00
AEtherC0r3
18c471f778
Edit command to start the server in bootstrap.sh
...
Recommend using bundle exec rails instead of /vagrant/bin/rails
Closes #1915
2018-04-06 17:23:48 -07:00
Adriano Vieira
fe8483b92e
Fix user to run rake task for dbsetup
2017-11-30 17:23:51 -02:00
Adriano Vieira
92f27561df
Update current directory for centos box
2017-11-30 15:55:36 -02:00
Adriano Vieira
c4fad4a181
Update bootstrap to install phantomjs on centos
2017-11-05 00:55:07 -02:00
Adriano Vieira
02709597a2
Update bootstrap for centos box
2017-11-04 22:13:19 -02:00
Ana María Martínez Gómez
bd62df14c3
Fix vagrant broken after updating to Ruby 2.4
...
Ruby got updated in https://github.com/openSUSE/osem/pull/1588 ,
But there was a repo missed, so Ruby 2.4 can be installed in our Vagrant
machine.
Closes https://github.com/openSUSE/osem/issues/1601
Mob-programmed by @mdeniz, @DavidKang and @Ana06.
2017-08-11 11:57:01 +03:00
rahul
e71b06bd57
Add ruby 2.4 to travis and vagrant
2017-07-16 22:39:11 +05:30
AEtherC0r3
a925ceac35
Fix typo in bootstrap.sh
2017-06-23 11:00:44 +03:00
AEtherC0r3
bf7e890739
Update vagrant box image to openSUSE 42.2
...
And fix dependencies
2017-06-23 11:00:44 +03:00
AEtherC0r3
ed1f219b81
Update Ruby to 2.2
...
Force development environment to use ruby 2.2 in preparation for the
update to Rails 5
2017-06-23 11:00:44 +03:00
Rob Smith
c4366b102a
Add another place where rails is called without a full path to the binary
2016-09-17 19:34:25 -07:00
Henne Vogelsang
d532016312
Get config.yml/secrets.yml out of travis/vagrant
2016-04-29 16:36:47 +02:00
Christian Bruckmayer
50d946e4a7
Fixes setup db if statement in bootstrap.sh
...
to setup the database if there is no developement and no test database already.
2016-03-05 15:15:22 +01:00
Christian Bruckmayer
38296b0a63
Rename options.yml to config.yml in bootstrap.sh
...
options.yml does not exists in context of OSEM.
Probably a c&p error.
2016-03-05 15:13:56 +01:00
Henne Vogelsang
205fda70ea
Some Vagrant fixes
...
* The whole boostrap script runs in /vagrant
* Make sure that we don't overwrite existing databases
even if there is no config for them
2016-03-04 15:39:00 +01:00
Christian Bruckmayer
f3549a21d9
Setup vagrant file for development
2015-12-07 15:06:04 +01:00