Commit dd9f4dc3d9448e1fc2008843b2d80c767c4d3524

Authored by Carmine Spagnuolo
1 parent 67720669

update

Showing 1 changed file with 26 additions and 3 deletions
README.md
1   -#SPOD-MANAGER
  1 +SPOD-MANAGER
2 2  
3   -#Download
  3 +Download
4 4  
5   - wget http://service.routetopa.eu:7480/carspa/spod-manager/raw/master/spod-manager.sh
6 5 \ No newline at end of file
  6 + wget http://service.routetopa.eu:7480/carspa/spod-manager/raw/master/spod-manager.sh
  7 + chmod +x spod-manager.sh
  8 +
  9 +Help
  10 + sudo ./spod-manager.sh --help
  11 + spod-manager.sh is manager tool for SPOD application of ROUTE-TO-PA European project all rights are reserved. 2015
  12 + list of arguments:
  13 + -h, --help show commands help.
  14 + -a, --action=ACTION specify an action install, uninstall, update and backup.
  15 + -m, --mysql-username=username specify the username of mysql (*).
  16 + -n, --mysql-password=password specify the password of mysql server (*).
  17 + -o, --mysql-address=address specify the address of mysql server (deafult is localhost).
  18 + -p, --spod-git-username=user specify the user name of SPOD git server (*).
  19 + -q, --spod-git-email=email specify the email of SPOD git server (*).
  20 + -r, --spod-git-password=password specify the passoword of SPOD git server (*).
  21 + -s, --spod-git-address=address:port specify the SPOD git server (deafult is service.routetopa.eu:7480).
  22 + -w, --spod-hostname=hostname specify the SPOD host name (example http://spod.routetopa.eu/).
  23 + -d, --spod-database-version=db specify the SPOD db git path located in db_dump of SPOD git core (example oxwall_v.0.1_antares.sql, deafults is really simple SPOD and Oxwall installation).
  24 + -b, --backup-dir=DIR specify the directory where store the spod backup (default is current directory).
  25 + * the arguments is required.
  26 +
  27 +Actions examples
  28 +
  29 +* install
7 30 \ No newline at end of file
... ...