AppFuseQuickStart |
|
Your trail: |
Difference between
version 54
and
version 53:
At line 1 added 1 line. |
[AppFuse]'s main purpose is to help you quickly accelerate the start of your webapp. Here are the basic steps to creating a new project with it. |
At line 8 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 the {{database.admin.username}} and {{database.admin.username}} values in build.properties if necessary (after uncommenting those lines). 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. 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.
|