aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/dev_setup.rake
Commit message (Collapse)AuthorAgeFilesLines
* Add license header to files.Harald Eilertsen2018-06-171-0/+15
|
* Fix bootstrapping vagrant environment.Harald Eilertsen2018-04-011-1/+1
| | | | | | | - just start postgresql instead of restarting everything after install. - update setup script to install required ruby version and deps if not installed. - seed database when running the dev:setup rake task.
* Update script to set up dev environment.Harald Eilertsen2013-04-191-2/+6
| | | | | Now copies the example refinery core config to the right place. And don't bomb if database.yml already exist.
* Create development setup script.Harald Eilertsen2013-01-281-0/+10
Runs bundle install, creates database config and loads the database schema and initial seed. Should probably be made smarter in the end, but for now we'll try to get by with this.