Whole document tree 4. Getting MMBase and setting up some things
4.1 Getting MMBaseNow that you have all supporting packages up and running (you did follow the instructions in the previous section, didn't you?) get yourself a copy of MMBase. As said before, this document describes the works for MMbase version 1.4.
Download MMBase from http://www.mmbase.org/releases/MMBase-1.4.zip with a browser, or even easier:
In this document I will assume that MMbase will be unpacked in /usr/local/mmbase/ so do something like this
4.2 Getting mm.mysql
You will also need mysql.jar (JDBC driver for MySQL) which can be downloaded from
http://mmmysql.sourceforge.net/.
4.3 Creating a database for MMBaseMMbase needs a database and a user that has full rights on that database. The user seems to needs rights via localhost and the real hostname. This was not entirely clear to me.
Issue the following commands on the MySQL prompt. I chose a database called MMBase, a user named mmbaseuser and the password secret.
4.4 Setting MMBase as tomcat ROOTThis probably isn't the cleanest way to do it, but we need to let tomcat know about MMBase, which I did by making a symbolic link from /var/lib/tomcat/webapps/ROOT to /usr/local/mmbase/html.
Next Previous Contents |