aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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