Similar content

Loading

Powered by Canoo FindIT.

Community Edition on Mac OS X

Before you begin

Magnolia CMS Community Edition and STK are GPL v3 licensed. By downloading and installing either package, you agree to the conditions of the license.

Check the prerequisites

Java Runtime Environment (JRE)

Magnolia CMS needs a Java Runtime Environment (JRE). Apple supplies their own version of Java. Most likely you already have it on your Mac. Use the Java Tester to check.

Use the Software Update feature available in the Apple menu to check that you have the most up-to-date version of Java for your Mac.

If you want to switch to a different version of Java, use the Java Preferences application in Applications > Utilities.

Download, install and run Magnolia CMS

Download

Download the Magnolia CMS Tomcat bundle zip file from http://sourceforge.net/projects/magnolia/files/.
The file name depends on the release, for example magnolia-tomcat-bundle-4.2.3-bundle-jdk15.zip. Get the latest.

Install

Extract the zip to /Applications or another directory on your computer.

The extracted folder structure looks like this:

magnolia-4.2.3
   add-ons
   apache-tomcat
      bin
      conf
      logs
      webapps
         MagnoliaAuthor
         MagnoliaPublic
         ROOT

Run

  1. Open a terminal window in Applications > Utilities > Terminal.
  2. Go to the Magnolia CMS installation directory.
    cd /Applications/magnolia-4.2.3/apache-tomcat/bin
    Your path may be different.
  3. Start Magnolia CMS
    ./magnolia_control.sh start && tail -f ../logs/catalina.out
The first part of the startup command ./magnolia_control.sh start launches Magnolia CMS. The second part && tail -f ../logs/catalina.out displays startup messages written to /apache-tomcat/logs/catalina.out log file. This makes it easier to troubleshoot startup errors.

Magnolia CMS reports startup information. If startup fails, look for the reason in the report. See Troubleshooting to resolve the issues. In a successful startup the last line reads:
INFO: Server startup in 12345 ms

Tip

To stop Magnolia CMS, type ./magnolia_control.sh stop and press RETURN.

Run the Web update

  1. Open a browser and go to http://localhost:8080.
  2. Click the Run the Web update on the author instance link.
    A list of modules that need updating is displayed.
  3. Click Start install.
    The modules are updated.
  4. Click Start up Magnolia.
Repeat the update on the public instance.
  1. Open a browser and go to http://localhost:8080.
  2. Click the Run the Web update on the public instance link.
    A list of modules that need updating is displayed.
  3. Click Start install.
    The modules are updated.
  4. Click Start up Magnolia.

Log in to author instance

  1. Open a browser and go to http://localhost:8080/magnoliaAuthor/.magnolia.
  2. At the login page, sign in with:
    • Username: superuser
    • Password: superuser
The AdminCentral is displayed.

Info

Superuser is a system administration account that has permission to every function. End users should not use this account. See Users for instructions how to create new user accounts and Default users for accounts that you can use for testing right away.

Troubleshooting

Having problems? See Known issues.