aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add dependencies for postgres setup to Gemfile.Harald Eilertsen2013-06-132-3/+7
|
* Add generic database template.Harald Eilertsen2013-06-133-22/+45
|
* Configure for Heavymetal.noHarald Eilertsen2013-06-1130-8/+553
| | | | | | | | | | Enable all the standard engines: - blog - inquiries - search - page-images - videos
* 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.
* Fix deploy scripts.Harald Eilertsen2013-04-192-4/+11
| | | | | | | | Require the scripts in config/deploy directory so they will hook into the deploy process. Fixed deploy:refinery:setup recipe, now produces a valid config and puts it in the right spot.
* Don't install production gems in dev mode.Harald Eilertsen2013-04-191-1/+1
|
* Upgrade gems.Harald Eilertsen2013-04-192-44/+44
| | | | | Rails -> 3.2.13 RefineryCMS -> 2.0.10
* Add new rvm files to gitignore for compatillity with new version.Harald Eilertsen2013-04-191-0/+2
|
* Update to rails 3.2.12Harald Eilertsen2013-03-152-76/+77
|
* Fix example deployment script.Harald Eilertsen2013-03-151-1/+1
|
* Fix readme.Harald Eilertsen2013-03-151-5/+5
|
* Use correct app name in config.ru.Harald Eilertsen2013-02-031-1/+1
|
* Turn into a neutral base for starting off new apps.Harald Eilertsen2013-02-0314-16/+16
|
* Rename readme to signify it is using Markdown not rdoc tags.Harald Eilertsen2013-01-281-0/+0
|
* Begin readmeHarald Eilertsen2013-01-281-260/+24
|
* Create development setup script.Harald Eilertsen2013-01-282-0/+16
| | | | | | 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.
* Fix deploy scripts.Harald Eilertsen2013-01-263-4/+6
|
* Add deploy script for refinery config.Harald Eilertsen2013-01-251-0/+46
|
* Add deploy script to generate unique secret token upon setup.Harald Eilertsen2013-01-251-0/+36
|
* Add deploy script to set up production database.Harald Eilertsen2013-01-253-0/+180
|
* Add sample capistrano deploy scriptHarald Eilertsen2013-01-252-0/+43
|
* Initial commit.Harald Eilertsen2013-01-2561-0/+1804