Magnolia CMS Ubuntu 16.04 Installation Guide
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with the Latest Magnolia in Ubuntu 16.04 Xenial Xerus LTS i386/Amd64 GNU+Linux Desktop.
And Magnolia CMS for Ubuntu 16.04 is an Open Source Java Content Management System Especially Suited to Easy and Agile Development of Enterprise Apps for SmartPhones.
Magnolia CMS Features makes you a rockstar at administration, authoring, customization, design, asset management, internationalization, interoperability, mobile, multichannel, performance, security and teamwork.
Finally, the Guide shows you a System Wide Installation with Admin Privileges, if you Do Not Have SuperUser Privileges then Just Install it on your Home Directory.
-
Open a Command Line Terminal Window
Ctrl+Alt+t on desktop
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Check if Unzip is Installed
With:which unzip
If Not then:
sudo apt-get install unzip
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
Download Latest Magnolia CMS Community Edition
-
Double-Click on Zip Archive and Extract into /tmp.
Or from Shell:unzip -d /tmp/ ~/Downloads/magnolia*.zip/pre>
Check if Right Java is There
java -version
How to Install Required Oracle-Sun Official Java JRE 8+ on Ubuntu
-
Relocate Magnolia CMS
sudo su -c 'mv /tmp/magnolia* /opt/'
Then Set the SuperUser as owner with:
sudo chown -R root:root /opt/magnolia*
-
Making Magnolia Log Directory.
mkdir -p $HOME/magnolia/logs
-
Magnolia CMS Start Up
/opt/magnolia*/apache*/bin/magnolia_control.sh start && tail -f $HOME/magnolia/logs/catalina.out
Magnolia CMS Installation Troubleshootings
Magnolia CMS Troubleshootings -
Next you Can Access Magnolia on Browser at:
http://127.0.0.1:8080
-
Getting-Started with Magnolia CMS Admin & Development
Now Thanks to Magnolia Company CMS Community Edition your can Fully Enjoy the Magnolia CMS Java Web Development on Ubuntu.