Summary
In this chapter, you learned how to install Apache Roller on a Linux Ubuntu environment, along with all the supporting software required—Apache web server, JDK SE 6, Tomcat servlet engine, and MySQL database server.
Specifically, we covered:
How to download, install, and test the Apache web server via the Synaptic Package Manager in Ubuntu Linux.
How to download, install, and test the Java SE Development Kit via the Synaptic Package Manager in Ubuntu Linux.
How to download, install, and test the Tomcat servlet engine (also known as Java Application server) in Ubuntu Linux.
How to download, install, and test the MySQL server, Community Edition, via the Synaptic Package Manager in Ubuntu Linux.
How to download, install, and test Apache Roller to make sure it's correctly installed on your Linux PC.
We also discussed the basic Apache Roller properties you need to include in the roller-custom.properties
file, along with the resources in the Context.xml
file, so that Roller can communicate with...