Commit 4428cdc76d050df6888cf809b30b47139ccb42fa
1 parent
0b86b609
update
Showing
1 changed file
with
16 additions
and
1 deletions
README.md
@@ -6,6 +6,7 @@ | @@ -6,6 +6,7 @@ | ||
6 | * MySql Server (local and remote installation) | 6 | * MySql Server (local and remote installation) |
7 | * Git shell client | 7 | * Git shell client |
8 | * ROUTE-TO_PA source code account | 8 | * ROUTE-TO_PA source code account |
9 | +* Root access on local machine | ||
9 | 10 | ||
10 | ## Download | 11 | ## Download |
11 | 12 | ||
@@ -33,4 +34,18 @@ | @@ -33,4 +34,18 @@ | ||
33 | 34 | ||
34 | ## Actions examples | 35 | ## Actions examples |
35 | 36 | ||
36 | -* install | ||
37 | \ No newline at end of file | 37 | \ No newline at end of file |
38 | +### INSTALLATION SPOD | ||
39 | + | ||
40 | + sudo ./spod-manager.sh -a install -m root -n mysqlpass -p usergit -q emailusergit -r passgit -w http://spod.routetopa.eu/ -d oxwall_v.0.1_antares.sql | ||
41 | + | ||
42 | +### UNINSTALLATION SPOD | ||
43 | + | ||
44 | + sudo ./spod-manager.sh -a uninstall -m root -n mysqlpass | ||
45 | + | ||
46 | +### BACKUP SPOD | ||
47 | + | ||
48 | + sudo ./spod-manager.sh -a backup -m root -n mysqlpass -b ./test | ||
49 | + | ||
50 | +### UPDATE SPOD | ||
51 | + | ||
52 | + sudo ./spod-manager.sh -a update -p usergit -q emailuserigit -r passgit | ||
38 | \ No newline at end of file | 53 | \ No newline at end of file |