File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ To deploy the LOBCDER master simply run the deployMaster.sh script. The argument
27
27
28
28
## Example
29
29
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
31
31
32
32
An example for the storage file:
33
33
webdavssl://
[email protected] /dav/ user pass
36
36
## Description
37
37
This script takes the following steps:
38
38
1 . Creates the database specified in '-n' in the example above that is 'lobcderDB'
39
+
39
40
2 . Grands privileges to the lobcder user named 'lobcder' with the password specified in '-p' in the example above that is 'lobcderDBPass'
41
+
40
42
3 . Clones the code from the git reposetory
43
+
41
44
4 . Compiles the code
45
+
42
46
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
+
45
52
8 . Deploys lobcder on tomcat
46
53
47
54
After execution is over you'll need to edit the lobcder.properties file. In that file you can find explanations for each property
You can’t perform that action at this time.
0 commit comments