In this post, we will cover how to install October CMS on Ubuntu, with Nginx and MariaDB. October is a free, open-source, self-hosted CMS platform, written in PHP and it’s built upon the Laravel framework. This should work on other Linux VPS systems as well but was tested and written for Ubuntu 14.04. Installing October CMS on Ubuntu, is fairly easy task, and it should not take more then 10 minutes.
Of course, you don’t have to do any of this if you use one of our Optimized CMS Hosting Stacks, in which case you can simply ask our expert Linux admins to Install October CMS on Ubuntu, for you. They are available 24×7 and will take care of your request immediately. You can also check our guide on How to install October CMS on CentOS 7.
PS. If you liked this post, on how to install October CMS on Ubuntu, please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.
1 thought on “Install October CMS on Ubuntu, with Nginx and MariaDB”
Great post on how to install October!
A few notes:
– During the install, also install php5-gd.
– GRANT ALL PRIVILEGES ON octobercms.* TO ‘octobercms’@’localhost’ IDENTIFIED BY ‘octobercmsPassword’ misses a semicolon (;) at the end.
– When downloading the application source, the user should be one folder above public_html.
(root@vps:~# cd /var/www/yourwebsite.com instead of root@vps:~# cd /var/www/yourwebsite.com/public_html)
– Users might also need Mcrypt php extension to be installed correctly:
http://www.kvcodes.com/2014/07/laravel-requires-mcrypt-php-extension/
Great post on how to install October!
A few notes:
– During the install, also install php5-gd.
– GRANT ALL PRIVILEGES ON octobercms.* TO ‘octobercms’@’localhost’ IDENTIFIED BY ‘octobercmsPassword’ misses a semicolon (;) at the end.
– When downloading the application source, the user should be one folder above public_html.
(root@vps:~# cd /var/www/yourwebsite.com instead of root@vps:~# cd /var/www/yourwebsite.com/public_html)
– Users might also need Mcrypt php extension to be installed correctly:
http://www.kvcodes.com/2014/07/laravel-requires-mcrypt-php-extension/