Run the project without studio

Hello there,

I love this mighty platform very much, it’s very powerful.

But I can’t seem to know how to start the project without the studio!

Are there any hints on how to run the project from within the IDE?

Hi Ahmed,
You can just directly run Tomcat from the command line using the deploy/tomcat/bin/debug.* scripts.
Also, there is a Gradle task for this: gradlew start (you need to create Gradle wrapper to use gradlew command, see Build > Create or update Gradle wrapper in Studio).
If you use HSQL database, keep Studio running with the project open to serve your database. Or add the startDb task to run standalone HSQL.

Thanks a lot, that really helped.