|
|
Download Section What should I get? If you are using windows and just want to try it out, get the installer. For all others (and if you want a clean install): If you did not read the installation howto yet or just want to get Corinis running asap here is the quick&dirty installation manual:
After these step you are ready to go. Read the howtos on dev.corinis.org to get a first impression how applications are created with corinis. If you have any questions just join the mailing list. Note: MySQL is not longer required to run Corinis. It now uses HSQLDB which is packaged in the zip. Download is also available form the sourceforge mirror
If you already got Corinis installed you can also download the current nightly builds from http://dev.corinis.org/nightly/ to get the latest features. Just replace the jar files (if you have a different version of a jar file, make sure to delete the old one) and unpack the zip files with the updated administration. Windows Installer Download the windows installer: corinis-installer-3.0.7.exe (based on 3.0.7) The corinis-installer.exe is a complete tomcat installation with the corinis classes and some examples. You can access the examples using localhost:8080/example1 - 4. All examples come with a prefilled hsql database. You can download the examples seperately in the template section. If you have problems with tomcat please visit http://tomcat.apache.org/index.html or ask in the forums. This is a work in progress! There are still some language mixes (german/english) as well as some bugs, but it runs and is easy enough to install! Old Version installer: setup.exe (based on corinis 3.0.2) Modules see Modules-Section for details... XMLUtils With the upcoming version (4.0.0) we introduce a new XMLUtils jar which will include the often asked for DomUtils, the XML Dom Parser and a few other nifty functions used for DOM and html manipulation. Remember: these are compiled for JDK1.6. If you want a JDK1.5 version you have to build it yourself from svn (jdks<1.5 are not supported any more) The sources are available through svn and the javadoc will be available soon as well. The combined zip (webapp-ready) You can download all currently available packages including all dependency libraries as a single zip file (Usable for any operating system). corinis 3.0.7.zip or use the sourceforge mirror After downloading it just copy it in your tomcat directory and extract it using your favorite zip util or jar -x. You can also rename it to .war and let tomcat do the extracting for you. Also make sure to read through http://dev.corinis.org/corinis/wiki/HowTo/en/Installation for general information or if you have problems. Examples/Templates You can download ready to use open source webapplications and templates in the template section. Documentation
|