Skip to content

Commit c366ff2

Browse files
committed
adding application start command to steps for no password
1 parent d51e822 commit c366ff2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ How to Start the RediSolar Application
2929

3030
1. Run `mvn package` to build your application.
3131
2. Load the sample data: `java -jar target/redisolar-1.0.jar load`. If you want to erase everything in Redis before loading the data, use `java -jar target/redisolar-1.0.jar load --flush true`, but be aware that this will delete ALL keys in your Redis database.
32-
3. To check that your application is running enter url `http://localhost:8081`, substituting `localhost` for the hostname that you're running the application on if necessary.
32+
3. Start the application with `java -jar target/redisolar-1.0.jar server config.yml`
33+
4. To check that your application is running enter url `http://localhost:8081`, substituting `localhost` for the hostname that you're running the application on if necessary.
3334

3435
### When using Redis on another host, port or with a password:
3536

0 commit comments

Comments
 (0)