Skip to content

Commit

Permalink
Update README.rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
k41n committed Jul 12, 2016
1 parent 062e2a8 commit 1153ac7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.rdoc
Expand Up @@ -56,7 +56,12 @@ There is one file you will need to edit and that is context.xml. This file defin
After all that setup we can now install the software. Just take the file ROOT.war from the {github release}[https://github.com/ari/jobsworth/releases] and copy it into the webapps folder inside tomcat. If you ever need to upgrade in the future, just replace that one file.


== Step 4: Connect
== Step 4: Update database.yml

Update database.yml in application folder inside tomcat (for example /usr/local/tomcat/webapps/ROOT/WEB-INF/config/database.yml) according to your database settings and restart application.


== Step 5: Connect

Open a web browser and connect to your jobsworth server. The default user is "admin" and password is "password". Remember to change the password for this user or disable it.

Expand Down

1 comment on commit 1153ac7

@ari
Copy link
Owner

@ari ari commented on 1153ac7 Jul 13, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@k41n I don't agree with this change at all. This isn't needed in my deployment, why is it needed for you?

Please sign in to comment.