From 4e7b51c9296a92efc71905778a85aadfb70e45dd Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 17 May 2013 13:39:49 +0200 Subject: [PATCH] readme update --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7f341851..7f494943 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ It will generate a zip file at `target/commafeed.zip` with everything you need t * To start and stop the application, use `bin/startup.sh` and `bin/shutdown.sh` on Linux (you may need to `chmod +x bin/*.sh`) or `bin\startup.bat` and `bin\shutdown.bat` on Windows. * To update the application with a newer version, pull the latest changes and use the same command you used to build the complete TomEE package, but without the `tomee:build` part. 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. +* The default user is `admin` and the password is `admin`. Local development ----------------- @@ -69,6 +71,7 @@ Checkout the code and use maven to build and start a local TomEE instance. `mvn clean package tomee:run` The application is online at [http://localhost:8082/commafeed](http://localhost:8082/commafeed). Any change to the source code will be applied immediatly. +The default user is `admin` and the password is `admin`. Translate CommaFeed into your language --------------------------------------