Skip to content

Commit abf8d99

Browse files
committed
Update README.md
1 parent 1d069d7 commit abf8d99

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To deploy the LOBCDER master simply run the deployMaster.sh script. The argument
2727

2828
## Example
2929
An example running the script is:
30-
<./deployMaster.sh -n lobcderDB -p lobcderDBPass -u root -a mysqlRootPass -f storageFile -l admin -s admin -c ./apache-tomcat-7.0.59>
30+
./deployMaster.sh -n lobcderDB -p lobcderDBPass -u root -a mysqlRootPass -f storageFile -l admin -s admin -c ./apache-tomcat-7.0.59
3131

3232
An example for the storage file:
3333
webdavssl://[email protected]/dav/ user pass
@@ -36,12 +36,19 @@ sftp://[email protected]/ user pass
3636
## Description
3737
This script takes the following steps:
3838
1. Creates the database specified in '-n' in the example above that is 'lobcderDB'
39+
3940
2. Grands privileges to the lobcder user named 'lobcder' with the password specified in '-p' in the example above that is 'lobcderDBPass'
41+
4042
3. Clones the code from the git reposetory
43+
4144
4. Compiles the code
45+
4246
5. Modifies the context.xml and web.xml files and sets the database name and password which in the example above is ' lobcderDB' and ' lobcderDBPass'
43-
6. Initializes the database by creating the necessary tables and triggers
44-
7. Sets the storage backend locations and credentials according to the storage file set in '-f'
47+
48+
6. Initializes the database by creating the necessary tables and trigger
49+
50+
7. Sets the storage backend locations and credentials according to the storage file set in '-f'
51+
4552
8. Deploys lobcder on tomcat
4653

4754
After execution is over you'll need to edit the lobcder.properties file. In that file you can find explanations for each property

0 commit comments

Comments
 (0)