Jonathan Mar 10
This Installation Guide contains detailed information on installing the Presently Enterprise Microblogging Platform on your own server. If you have trouble finding what you're looking for, please use the search box in the top right-hand corner of the page.
Please follow each of these steps in order.
$ yum -y update
$ wget -O /etc/yum.repos.d/intridea.repo http://intridea-yum-repo.s3.amazonaws.com/repo/intridea.repo
$ yum -y install presently-amq presently-camel
$ yum -y install mysql-server
$ /etc/init.d/mysqld start
$ mysqladmin -u root password 'your_password'
$ mysqladmin -u root -pyour_password create 'presently_production'
$ cd /var/www/
$ mkdir presently
$ cp your_license_file_path /var/www/presently/script.lic
$ /var/www/presently/script/install
$ cd /var/www/presently/
$ god
$ god load config/monitor.god
Example: http://presently.mycompany.com