diff --git a/README.md b/README.md index cdc21a06..cc1a0a18 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ It will generate a zip file at `target/commafeed.zip` with everything you need t * If you don't use the embedded database, create a database in your external database instance, then uncomment the `Resource` element corresponding to the database engine you use from `conf/tomee.xml` and edit the default credentials. * If you'd like to change the default port (8082), edit `conf/server.xml` and look for ``). This will generate the file `target/commafeed.war`. Copy this file to your tomee `webapps/` directory. * The application is online at [http://localhost:8082/commafeed](http://localhost:8082/commafeed). Don't forget to set the public URL in the admin settings.