|
InstallGuide
How to Install SubEthaThese instructions describe setting up a single, standalone instance of SubEtha. You should have have installed JDK 1.6+ and whatever database you intend to use (MySQL and PostgreSQL are tested by the application developers, but any DB supported by Hibernate - with blob object support - should work). Install Steps
Receiving MailPlease see ReceivingMail for specific instructions on how to integrate with your mail MTA. StartupStart up Resin by running ${resin.dir}/bin/resin.sh or ${resin.dir}/resin.exe.
The default web interface is http://localhost:8080/se/ (or drop the /se/ if you renamed to ROOT.war). When SubEtha runs for the first time, it creates a site administrator account named "root@localhost", with the password "password".
Change the administrator password immediately. This can be done from the web interface. In addition, change the site properties as described in the AdminGuide. You are now ready to continue with the AdminGuide. |
First of all congratulations for the great job, resin is very well written. I had some tricks when installing it in ubuntu. I hope the lines bellow help future users.
First I had to download resin (http://www.caucho.com/download/resin-4.0.0.zip) and follow the instructions described in http://www.caucho.com/resin-4.0/admin/starting-resin-install.xtp#Preparing%20for%20installation. Later on, it necessary to copy subetha.xml to "/var/www/conf", this is confusing because resin server confs are located in "/etc/resin". And finally to tell postfix to use another port than 25 use these instructions (http://www.linuxmail.info/postfix-change-port/).
Congratulation for the project.The only problem that it is built around the resin server, that is the only reason I couldn't use it.
Subetha 2.1 did not work with Resin 4.0.23 - there was a version conflict related to sl4j (which I was able to resolve), but then it had some obscure bean error message.
I went back to Resin 4.0.9 and it worked fine.
Also, the download link next to where it says to install Resin 4.0.9 is a link to the 4.0.8 version.