AppFuseQuickStart |
|
Your trail: |
Difference between
version 122
and
version 121:
At line 5 changed 1 line. |
# Install MySQL 3.23.x+ (recommend 4.1.7) and Tomcat 4.1.x+ (recommend 5.0.28). Set a CATALINA_HOME environment variable to point to your Tomcat installation. Optionally, you can see my [development environment setup|DevelopmentEnvironment] and get links to download the above packages. Need [assistance with ant setup?] <div class="note" style="margin: 10px"> __NOTE:__ If you're using MySQL 4.1.7, make sure to use a UTF-8 character set and an InnoDB table type. [Here's how|http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseSupport#ref-AppFuseSupport-5]. |
# Install MySQL 3.23.x+ (recommend 4.1.7) and Tomcat 4.1.x+ (recommend 5.0.28). Set a CATALINA_HOME environment variable to point to your Tomcat installation. Optionally, you can see my [development environment setup|DevelopmentEnvironment] and get links to download the above packages. <div class="note" style="margin: 10px"> __NOTE:__ If you're using MySQL 4.1.7, make sure to use a UTF-8 character set and an InnoDB table type. [Here's how|http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseSupport#ref-AppFuseSupport-5]. |
At line 9 changed 1 line. |
# Navigate to the new directory and run __ant setup__ to create the database and setup your app on Tomcat. The database setup will only work if your root user has no password. You can change this in build.properties if necessary. If you want to test and make sure everything works, run __ant test-all__ - make sure Tomcat is stopped when you do this. |
# Navigate to the new directory and run __ant setup__ to create the database and setup your app on Tomcat. The database setup will only work if your root user has no password. You can change this in build.properties if necessary. Need [assistance with ant setup?] If you want to test and make sure everything works, run __ant test-all__ - make sure Tomcat is stopped when you do this. |
Back to AppFuseQuickStart,
or to the Page History.
|