Discourse 1.0.1 packages available for Ubuntu 12.04/14.04 and Debian 7

0 comments

Big milestone for the Discourse project with version 1.0! And, you can now get packages for that version at https:.

Those packages are following the stable branch from the Discourse repository, so any updates coming from our debian repository should be good to go in production.

For those of you upgrading from an earlier version, you can just do (on Ubuntu 14.04 for instance):

wget -qO - https://deb.packager.io/key | sudo apt-key add -
echo "deb https://deb.packager.io/gh/pkgr/discourse trusty pkgr" | sudo tee /etc/apt/sources.list.d/discourse.list
sudo apt-get update
sudo apt-get install discourse

discourse run rake db:migrate
service discourse restart

Have a look at https://packager.io/gh/pkgr/discourse to find out installation instructions for your distribution. </https:>