Remove Gemfile.lock from .gitignore and commit it.
Add the HEROKU config variable to your Heroku instance:
heroku config:set HEROKU=true
Push the repository to Heroku.
When deploying for the first time, Heroku will automatically add a Database
plugin to your instance and links it to the application. After the first
deployment, don’t forget to run the database migration and seed.
heroku run rake db:migrate db:seed
If application error has occurred after migration, you need to restart Heroku server.
Publify
The Ruby on Rails publishing software formerly known as Typo
Download
You can download the latest Publify stable release (8.1.1) or clone the Publify repository.
What’s Publify?
Publify is a simple but full featured web publishing software. It’s built around a blogging engine and a small message system connected to Twitter.
Publify follows the principles of the IndieWeb, which are self hosting your Web site, and Publish On your Own Site, Syndicate Everywhere.
Publify has been around since 2004 and is the oldest Ruby on Rails open source project alive.
Features
Demo site
You can give Publify a try
The login / password to the admin are:
The demo is reset every 2 hours.
Install Publify locally
To install Publify you need the following:
You can now launch you browser and access 127.0.0.1:3000.
Install Publify on Heroku
In order to install Publify on Heroku, you’ll need to do some minor tweaks.
Storage
You need to setup Amazon S3 storage to be able to upload files on your blog. Set Heroku config vars.
To generate the Gemfile.lock, run:
Remove Gemfile.lock from .gitignore and commit it.
Add the HEROKU config variable to your Heroku instance:
Push the repository to Heroku.
When deploying for the first time, Heroku will automatically add a Database plugin to your instance and links it to the application. After the first deployment, don’t forget to run the database migration and seed.
If application error has occurred after migration, you need to restart Heroku server.
Resources
Maintainers
This is a list of Publify maintainers. If you have committed, please add your name and contact details to the list.
Frédéric de Villamil frederic@publify.co blog: http://t37.net irc: neuro`
Matijs van Zuijlen blog: http://www.matijs.net/blog/ irc: matijs
Thomas Lecavelier blog: http://blog.ookook.fr/ irc: ook
Yannick François blog: http://elsif.fr irc: yaf
And many more cool people who’ve one day or another contributed to Publify.
Original Author: Tobias Luetke blog: http://blog.leetsoft.com/ irc: xal
Enjoy, The Publify team