aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add license header to files.Harald Eilertsen2018-06-176-4/+98
|
* Fix generate piwik.ymlHarald Eilertsen2018-04-151-1/+1
| | | | Key for environment must be a string, not a symbol.
* 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.
* Use stage name to configure piwik.Harald Eilertsen2017-12-311-1/+1
|
* Capistrano task for cold deploys.Harald Eilertsen2017-12-261-0/+42
| | | | | | | | | Run this for first time deploy (after setting up the database.) It loads the checked in schema instead of running through all the migrations to rebuild the database schema. The task will be skipped if the database schema already exists, and let the migrations run as normally.
* Capistrano task for uploading puma config.Harald Eilertsen2017-12-261-0/+15
|
* Use async piwik stats by default.Harald Eilertsen2015-11-131-1/+1
|
* Generate piwik config directly rather than through erb.Harald Eilertsen2014-12-111-5/+12
|
* Generate config files before checking that linked files is present.Harald Eilertsen2014-12-113-3/+3
| | | | Hope this is the last time I have to move this around...
* Add refinery setup tasks for capistrano.Harald Eilertsen2014-12-072-0/+39
| | | | Copied from Åsatru.no setup.
* Make sure piwik config file is written before linked_files processing begins.Harald Eilertsen2014-12-071-1/+1
|
* Fix typos in piwik deploy task.Harald Eilertsen2014-12-071-3/+3
|
* Add capistrano task and config for deploying piwik.Harald Eilertsen2014-12-071-0/+20
|
* Make sample data nicer.Harald Eilertsen2014-02-061-2/+7
| | | | | - Wrap text in simple html. - Assign sidebar position to categories.
* Posts in sample data should belong to category.Harald Eilertsen2013-12-231-4/+5
|
* Add rake task to generate sample data.Harald Eilertsen2013-12-231-0/+35
| | | | | | | | | Run `rake dev:load_sample_data` to populate the database with sample data. This creates the following: - The categories [Nyheter, Intervjuer, Anmeldelser, Artikler] - A "sample user" we can use as the author of posts. - 5 blog posts in each category.
* 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.
* Initial commit.Harald Eilertsen2013-01-252-0/+0