Fix phpMyAdmin download link

This commit is contained in:
VirtuBox
2019-07-24 11:03:50 +02:00
parent f96537a5b5
commit f0a0834205
9 changed files with 323 additions and 344 deletions

View File

@@ -33,7 +33,6 @@ script:
- sudo apt-get install -qq --force-yes git python3-setuptools python3-dev python3-apt ccze tree - sudo apt-get install -qq --force-yes git python3-setuptools python3-dev python3-apt ccze tree
- sudo bash install -b $TRAVIS_BRANCH --travis - sudo bash install -b $TRAVIS_BRANCH --travis
- sudo wo --help && sudo wo stack install && sudo wo stack install --proftpd - sudo wo --help && sudo wo stack install && sudo wo stack install --proftpd
- sudo wo stack upgrade --netdata --no-prompt
- sudo wo site create html.net --html && sudo wo site create php.com --php && sudo wo site create mysql.com --mysql && sudo wo site create proxy.com --proxy=127.0.0.1:3000 - sudo wo site create html.net --html && sudo wo site create php.com --php && sudo wo site create mysql.com --mysql && sudo wo site create proxy.com --proxy=127.0.0.1:3000
- sudo wo site create wp1.com --wp && sudo wo site create wpsc1.net --wpsc && sudo wo site create wpfc1.com --wpfc - sudo wo site create wp1.com --wp && sudo wo site create wpsc1.net --wpsc && sudo wo site create wpfc1.com --wpfc
- sudo wo site create wpsc-php73.net --wpsc --php73 && sudo wo site create wpfc-php73.net --wpfc --php73 - sudo wo site create wpsc-php73.net --wpsc --php73 && sudo wo site create wpfc-php73.net --wpfc --php73
@@ -49,5 +48,8 @@ script:
- sudo wo info - sudo wo info
- sudo tree -L 2 /etc/nginx - sudo tree -L 2 /etc/nginx
- sudo cat /var/www/wp1.com/wp-config.php - sudo cat /var/www/wp1.com/wp-config.php
- sudo wo stack upgrade --netdata --no-prompt
- sudo wo stack upgrade --phpmyadmin --no-prompt
- sudo wo stack upgrade --composer --no-prompt
- sudo wo update --travis - sudo wo update --travis
- sudo wo stack status - sudo wo stack status

View File

@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Typo in `--letsencrypt=subdomain` - Typo in `--letsencrypt=subdomain`
- phpMyAdmin upgrade archive extraction - phpMyAdmin upgrade archive extraction
- Error in the command `wo update`. Please `wo update --beta` as workaround
### v3.9.6 - 2019-07-20 ### v3.9.6 - 2019-07-20

628
docs/wo.8
View File

@@ -1,314 +1,314 @@
.TH wo 8 "WordOps (wo) version: 3.3.8" "Sep 10,2015" "WordOps" .TH wo 8 "WordOps (wo) version: 3.3.8" "Sep 10,2015" "WordOps"
.SH NAME .SH NAME
.B WordOps (wo) .B WordOps (wo)
\- Manage Nginx Based Websites. \- Manage Nginx Based Websites.
.SH SYNOPSIS .SH SYNOPSIS
wo [ --version | --help | info | stack | site | debug | update | clean | import_slow_log | log | secure | sync | maintenance ] wo [ --version | --help | info | stack | site | debug | update | clean | import_slow_log | log | secure | sync | maintenance ]
.TP .TP
wo stack [ install | remove | purge | migrate | upgrade] [ --web | --all | --nginx | --php | --php73 | --mysql | --admin | --adminer | --redis | --phpmyadmin | --phpredisadmin | --wpcli | --utils | --dashboard | --netdata ] wo stack [ install | remove | purge | migrate | upgrade] [ --web | --all | --nginx | --php | --php73 | --mysql | --admin | --adminer | --redis | --phpmyadmin | --phpredisadmin | --wpcli | --utils | --dashboard | --netdata ]
.TP .TP
wo stack [ status | start | stop | reload | restart ] [--all | --nginx | --php | --php73 |--mysql | --web | --redis] wo stack [ status | start | stop | reload | restart ] [--all | --nginx | --php | --php73 |--mysql | --web | --redis]
.TP .TP
wo site [ list | info | show | enable | disable | edit | cd | show ] [ example.com ] wo site [ list | info | show | enable | disable | edit | cd | show ] [ example.com ]
.TP .TP
wo site create example.com [ --html | --php | --php73 | --mysql] [[--wp | --wpsubdir | --wpsubdomain ] [--wpsc | --wpfc | --wpredis | --letsencrypt/-le/--letsencrypt=subdomain/wildcard][--dns=dns_cf/dns_do]] wo site create example.com [ --html | --php | --php73 | --mysql] [[--wp | --wpsubdir | --wpsubdomain ] [--wpsc | --wpfc | --wpredis | --letsencrypt/-le/--letsencrypt=subdomain/wildcard][--dns=dns_cf/dns_do]]
.TP .TP
wo site update example.com [ --php | --php73 |--mysql] [[--wp | --wpsubdir | --wpsubdomain ] [--wpsc | --wpfc | --wpredis ] [--password] [-le/--letsencrypt=on/off/subdomain/renew/wildcard] [--dns=dns_cf/dns_do]] wo site update example.com [ --php | --php73 |--mysql] [[--wp | --wpsubdir | --wpsubdomain ] [--wpsc | --wpfc | --wpredis ] [--password] [-le/--letsencrypt=on/off/subdomain/renew/wildcard] [--dns=dns_cf/dns_do]]
.TP .TP
wo site delete example.com [--db | --files | --all | --no-prompt | --force/-f ] wo site delete example.com [--db | --files | --all | --no-prompt | --force/-f ]
.TP .TP
wo debug [ -i | --all=on/off |--nginx=on/off | --rewrite=on/off | --php=on/off | --fpm=on/off | --mysql=on/off ] wo debug [ -i | --all=on/off |--nginx=on/off | --rewrite=on/off | --php=on/off | --fpm=on/off | --mysql=on/off ]
.TP .TP
wo debug example.com [ -i | --all=on/off | --nginx=on/off | --rewrite=on/off | --wp=on/off ] wo debug example.com [ -i | --all=on/off | --nginx=on/off | --rewrite=on/off | --wp=on/off ]
.TP .TP
wo secure [ --auth | --port | --ip ] wo secure [ --auth | --port | --ip ]
.SH DESCRIPTION .SH DESCRIPTION
WordOps aka wo is the opensource project developed with the purpose to automate web-server configuration. WordOps aka wo is the opensource project developed with the purpose to automate web-server configuration.
.br .br
WordOps is the collection of python script that provides automation for the web-server WordOps is the collection of python script that provides automation for the web-server
.br .br
installation, site creation, services debugging & monitoring. installation, site creation, services debugging & monitoring.
.SH OPTIONS .SH OPTIONS
.TP .TP
.B --version .B --version
.br .br
Display WordOps (wo) version information. Display WordOps (wo) version information.
.TP .TP
.B info .B info
.br .br
wo info - Display Nginx, PHP, MySQL and wo common location information wo info - Display Nginx, PHP, MySQL and wo common location information
.br .br
wo site info - Diplay given website details like enable, disable. weboot and log files. wo site info - Diplay given website details like enable, disable. weboot and log files.
.TP .TP
.B --help .B --help
.br .br
Display WordOps (wo) help. Display WordOps (wo) help.
.TP .TP
.B stack .B stack
.TP .TP
.B install [ --all | --web | --nginx | --php | --php73 |--mysql | --redis | --adminer | --phpmyadmin | --phpredismyadmin | --wpcli | --utils | --netdata | --dashboard ] .B install [ --all | --web | --nginx | --php | --php73 |--mysql | --redis | --adminer | --phpmyadmin | --phpredismyadmin | --wpcli | --utils | --netdata | --dashboard ]
.br .br
Install Nginx PHP5 MySQL Postfix stack Packages if not used with Install Nginx PHP5 MySQL Postfix stack Packages if not used with
.br .br
any options.Installs specific package if used with option. any options.Installs specific package if used with option.
.TP .TP
.B remove [ --all | --web | --nginx | --php | --php73 |--mysql | --redis | --adminer | --phpmyadmin | --phpredismyadmin | --wpcli | --utils | --netdata | --dashboard ] .B remove [ --all | --web | --nginx | --php | --php73 |--mysql | --redis | --adminer | --phpmyadmin | --phpredismyadmin | --wpcli | --utils | --netdata | --dashboard ]
.br .br
Remove Nginx PHP5 MySQL Postfix stack Packages if not used with Remove Nginx PHP5 MySQL Postfix stack Packages if not used with
.br .br
any options. Remove specific package if used with option. any options. Remove specific package if used with option.
.TP .TP
.B purge [ --all | --web | --nginx | --php | --php73 |--mysql | --redis | --adminer | --phpmyadmin | --phpredismyadmin | --wpcli | --utils | --netdata | --dashboard ] .B purge [ --all | --web | --nginx | --php | --php73 |--mysql | --redis | --adminer | --phpmyadmin | --phpredismyadmin | --wpcli | --utils | --netdata | --dashboard ]
.br .br
Purge Nginx PHP5 MySQL Postfix stack Packages if not used with any Purge Nginx PHP5 MySQL Postfix stack Packages if not used with any
.br .br
options.Purge specific package if used with option. options.Purge specific package if used with option.
.TP .TP
.B status .B status
.br .br
Display status of NGINX, PHP7.2-FPM, MySQL, Redis-Server services. Display status of NGINX, PHP7.2-FPM, MySQL, Redis-Server services.
.TP .TP
.B start .B start
.br .br
Start services NGINX, PHP7.2-FPM, MySQL, Redis-Server. Start services NGINX, PHP7.2-FPM, MySQL, Redis-Server.
.TP .TP
.B stop .B stop
.br .br
Stop services NGINX, PHP7.2-FPM, MySQL, Redis-Server. Stop services NGINX, PHP7.2-FPM, MySQL, Redis-Server.
.TP .TP
.B reload .B reload
.br .br
Reload services NGINX, PHP7.2-FPM, MySQL, Redis-Server. Reload services NGINX, PHP7.2-FPM, MySQL, Redis-Server.
.TP .TP
.B restart .B restart
.br .br
Restart services NGINX, PHP7.2-FPM, MySQL, Redis-Server. Restart services NGINX, PHP7.2-FPM, MySQL, Redis-Server.
.TP .TP
.B site .B site
.br .br
.TP .TP
.B cd [ example.com ] .B cd [ example.com ]
.br .br
Change directory to webroot of specified site in subshell. Change directory to webroot of specified site in subshell.
.TP .TP
.B log [ example.com ] .B log [ example.com ]
.br .br
monitor access and error logs for site specified. monitor access and error logs for site specified.
.TP .TP
.B list [ --enabled | --disabled ] .B list [ --enabled | --disabled ]
.br .br
Lists all available sites from /etc/nginx/sites-enabled/ Lists all available sites from /etc/nginx/sites-enabled/
.br .br
by default & enable argument. Display sites list from by default & enable argument. Display sites list from
.br .br
/etc/nginx/sites-available/ if used with available option. /etc/nginx/sites-available/ if used with available option.
.TP .TP
.B info [ example.com ] .B info [ example.com ]
.br .br
prints information about site such as access log, error log prints information about site such as access log, error log
.br .br
location and type of site. location and type of site.
.TP .TP
.B show [ example.com ] .B show [ example.com ]
.br .br
Display NGINX configuration of site. Display NGINX configuration of site.
.TP .TP
.B enable [ example.com ] .B enable [ example.com ]
.br .br
Enable site by creating softlink with site file in Enable site by creating softlink with site file in
.br .br
/etc/nginx/sites-available to /etc/nginx/sites-enabled/. /etc/nginx/sites-available to /etc/nginx/sites-enabled/.
.TP .TP
.B disable [ example.com ] .B disable [ example.com ]
.br .br
Disable site by Destroying softlink with site file in Disable site by Destroying softlink with site file in
.br .br
/etc/nginx/sites-available to /etc/nginx/sites-enabled/. /etc/nginx/sites-available to /etc/nginx/sites-enabled/.
.TP .TP
.B edit [ example.com ] .B edit [ example.com ]
.br .br
Edit NGINX configuration of site. Edit NGINX configuration of site.
.TP .TP
.B create [ example.com ] [ --html | --php | --php73 |--mysql] [[--wp | --wpsubdir | --wpsubdomain ] [--wpsc | --wpfc | --wpredis ]] .B create [ example.com ] [ --html | --php | --php73 |--mysql] [[--wp | --wpsubdir | --wpsubdomain ] [--wpsc | --wpfc | --wpredis ]]
.br .br
Create new site according to given options. If no options provided Create new site according to given options. If no options provided
.br .br
create static site with html only. create static site with html only.
.TP .TP
.B update [ example.com ] [ --html | --php | --php73 |--mysql] [[--wp | --wpsubdir | --wpsubdomain ] [ --wpsc | --wpfc | --wpredis ] [--password]] .B update [ example.com ] [ --html | --php | --php73 |--mysql] [[--wp | --wpsubdir | --wpsubdomain ] [ --wpsc | --wpfc | --wpredis ] [--password]]
.br .br
Update site configuration according to specified options. Update site configuration according to specified options.
.TP .TP
.B delete [ example.com ] [--no-prompt ] [--force/-f] [ --db | --files | --all ] .B delete [ example.com ] [--no-prompt ] [--force/-f] [ --db | --files | --all ]
.br .br
Delete site i.e webroot, database, ad configuration permanently. Delete site i.e webroot, database, ad configuration permanently.
.TP .TP
.B debug [ -i | --nginx=on/off | --php=on/off | --php73=on/off | --mysql=on/off | --rewrite=on/off | --fpm=on/off | --fpm7=on/off ] .B debug [ -i | --nginx=on/off | --php=on/off | --php73=on/off | --mysql=on/off | --rewrite=on/off | --fpm=on/off | --fpm7=on/off ]
.br .br
Starts server level debugging. If this is used without arguments it will start debugging Starts server level debugging. If this is used without arguments it will start debugging
.br .br
all services.Else it will debug only service provided with argument.This will Stop all services.Else it will debug only service provided with argument.This will Stop
.br .br
Debugging if used with --all=off argument. Debugging if used with --all=off argument.
.TP .TP
.B debug example.com [ -i | --nginx=on/off | --rewrite=on/off | --wp=on/off | --all=on/off ] .B debug example.com [ -i | --nginx=on/off | --rewrite=on/off | --wp=on/off | --all=on/off ]
.br .br
Starts site level debugging. If this is used without arguments it will start debugging all Starts site level debugging. If this is used without arguments it will start debugging all
.br .br
services.Else it will debug only service provided with argument.This will Stop Debugging services.Else it will debug only service provided with argument.This will Stop Debugging
.br .br
if used with --all=off argument. if used with --all=off argument.
.TP .TP
.B secure [ --auth | --port | --ip ] .B secure [ --auth | --port | --ip ]
.br .br
Update security settings. Update security settings.
.TP .TP
.B clean [ --fastcgi | --opcache | --redis | --all ] .B clean [ --fastcgi | --opcache | --redis | --all ]
.br .br
Clean NGINX fastCGI cache, Opcache, memcached, Redis cache. Clean NGINX fastCGI cache, Opcache, memcached, Redis cache.
.br .br
Clean NGINX fastCGI cache if no option specified. Clean NGINX fastCGI cache if no option specified.
.SH ARGUMENTS .SH ARGUMENTS
.TP .TP
.B -i .B -i
.br .br
setup intractive mode while used with debug. setup intractive mode while used with debug.
.TP .TP
.B --nginx=on/off .B --nginx=on/off
.br .br
used with wo debug command. used to start or stop nginx debugging. used with wo debug command. used to start or stop nginx debugging.
.TP .TP
.B --php=on/off .B --php=on/off
.br .br
used with wo debug command. used to start or stop php debugging. used with wo debug command. used to start or stop php debugging.
.TP .TP
.B --php73=on/off .B --php73=on/off
.br .br
used with wo debug command. used to start or stop php72 debugging. used with wo debug command. used to start or stop php72 debugging.
.TP .TP
.B --mysql=on/off .B --mysql=on/off
.br .br
used with wo debug command. used to start or stop mysql debugging. used with wo debug command. used to start or stop mysql debugging.
.TP .TP
.B --rewrite=on/off .B --rewrite=on/off
.br .br
used with wo debug command. used to start or stop nginx rewrite rules debugging. used with wo debug command. used to start or stop nginx rewrite rules debugging.
.TP .TP
.B --fpm=on/off .B --fpm=on/off
.br .br
used with wo debug command. used to start or stop fpm debugging. used with wo debug command. used to start or stop fpm debugging.
.TP .TP
.B --wp=on/off .B --wp=on/off
.br .br
used with wo debug command. used to start or stop wordpress site debugging. used with wo debug command. used to start or stop wordpress site debugging.
.TP .TP
.B --all=on/off .B --all=on/off
.br .br
used with wo debug command. used to stop debugging. used with wo debug command. used to stop debugging.
.TP .TP
.B --all=off .B --all=off
.br .br
used with wo debug command. used to stop debugging. used with wo debug command. used to stop debugging.
.TP .TP
.B --html .B --html
.br .br
Create a HTML website. Create a HTML website.
.TP .TP
.B --php .B --php
.br .br
Create a PHP website. Create a PHP website.
.TP .TP
.B --mysql .B --mysql
.br .br
Create a PHP+MySQL website. Create a PHP+MySQL website.
.TP .TP
.B --wp .B --wp
.br .br
Create a WordPress Website. Create a WordPress Website.
.TP .TP
.B --wpsubdir .B --wpsubdir
.br .br
Create a Wordpress Multisite with Sub Directories Setup. Create a Wordpress Multisite with Sub Directories Setup.
.TP .TP
.B --wpsubdomain .B --wpsubdomain
.br .br
Create a Wordpress Multisite with Sub Domains Setup. Create a Wordpress Multisite with Sub Domains Setup.
.br .br
.TP .TP
.B --db .B --db
.br .br
Delete website database. Delete website database.
.br .br
.TP .TP
.B --files .B --files
.br .br
Delete website webroot. Delete website webroot.
.br .br
.TP .TP
.B --no-prompt .B --no-prompt
.br .br
Does not prompt for confirmation when delete command used. Does not prompt for confirmation when delete command used.
.br .br
.TP .TP
.B --force/-f .B --force/-f
.br .br
Delete website webroot and database forcefully.Remove nginx configuration for site. Delete website webroot and database forcefully.Remove nginx configuration for site.
.br .br
.TP .TP
.B --auth .B --auth
.br .br
used with wo secure command. Update credential of HTTP authentication used with wo secure command. Update credential of HTTP authentication
.TP .TP
.B --port .B --port
.br .br
used with wo secure command. Change WordOps admin port 22222. used with wo secure command. Change WordOps admin port 22222.
.TP .TP
.B --ip .B --ip
.br .br
used with wo secure command. Update whitelist IP address used with wo secure command. Update whitelist IP address
.SH WORDPRESS CACHING OPTIONS .SH WORDPRESS CACHING OPTIONS
.TP .TP
.B --wpsc .B --wpsc
.br .br
Install and activate Nginx-helper and WP Super Cache plugin. Install and activate Nginx-helper and WP Super Cache plugin.
.TP .TP
.B --wpfc .B --wpfc
.br .br
Install and activate Nginx-helper plugin with Install and activate Nginx-helper plugin with
.br .br
Nginx FastCGI cache. Nginx FastCGI cache.
.TP .TP
.B --wpredis .B --wpredis
.br .br
Install, activate, configure Nginx-helper and Redis Object Cache Plugin, Configure NGINX for Redis Page Caching. Install, activate, configure Nginx-helper and Redis Object Cache Plugin, Configure NGINX for Redis Page Caching.
.SH FILES .SH FILES
.br .br
/etc/wo/wo.conf /etc/wo/wo.conf
.SH BUGS .SH BUGS
Report bugs at <http://github.com/WordOps/WordOps/issues/> Report bugs at <http://github.com/WordOps/WordOps/issues/>
.SH AUTHOR .SH AUTHOR
.br .br
.B rtCamp Team .B rtCamp Team
.I \<admin@rtcamp.com\> .I \<admin@rtcamp.com\>
.br .br
.B Mitesh Shah .B Mitesh Shah
.I \<Mitesh.Shah@rtcamp.com\> .I \<Mitesh.Shah@rtcamp.com\>
.br .br
.B Manish .B Manish
.I \<Manish.Songirkar@rtcamp.com\> .I \<Manish.Songirkar@rtcamp.com\>
.br .br
.B Gaurav .B Gaurav
.I \<Gaurav.Astikar@rtcamp.com\> .I \<Gaurav.Astikar@rtcamp.com\>
.br .br
.B Harshad .B Harshad
.I \<harshad.yeola@rtcamp.com> .I \<harshad.yeola@rtcamp.com>
.br .br
.B Prabuddha .B Prabuddha
.I \<prabuddha.chakraborty@rtcamp.com\> .I \<prabuddha.chakraborty@rtcamp.com\>
.br .br
.B Shital .B Shital
.I \<shital.patil@rtcamp.com\> .I \<shital.patil@rtcamp.com\>
.br .br
.B Rajdeep Sharma .B Rajdeep Sharma
.I \<rajdeep.sharma@rtcamp.com\> .I \<rajdeep.sharma@rtcamp.com\>
.br .br

View File

@@ -15,7 +15,7 @@ class CliTestCaseStack(test.WOTestCase):
self.app.run() self.app.run()
self.app.close() self.app.close()
def test_wo_cli_stack_services_start_php5_fpm(self): def test_wo_cli_stack_services_start_php_fpm(self):
self.app = get_test_app(argv=['stack', 'start', '--php']) self.app = get_test_app(argv=['stack', 'start', '--php'])
self.app.setup() self.app.setup()
self.app.run() self.app.run()
@@ -27,12 +27,6 @@ class CliTestCaseStack(test.WOTestCase):
self.app.run() self.app.run()
self.app.close() self.app.close()
def test_wo_cli_stack_services_start_memcached(self):
self.app = get_test_app(argv=['stack', 'start', '--memcache'])
self.app.setup()
self.app.run()
self.app.close()
def test_wo_cli_stack_services_start_all(self): def test_wo_cli_stack_services_start_all(self):
self.app = get_test_app(argv=['stack', 'start']) self.app = get_test_app(argv=['stack', 'start'])
self.app.setup() self.app.setup()

View File

@@ -15,7 +15,7 @@ class CliTestCaseStack(test.WOTestCase):
self.app.run() self.app.run()
self.app.close() self.app.close()
def test_wo_cli_stack_services_status_php5_fpm(self): def test_wo_cli_stack_services_status_php_fpm(self):
self.app = get_test_app(argv=['stack', 'status', '--php']) self.app = get_test_app(argv=['stack', 'status', '--php'])
self.app.setup() self.app.setup()
self.app.run() self.app.run()

View File

@@ -15,7 +15,7 @@ class CliTestCaseStack(test.WOTestCase):
self.app.run() self.app.run()
self.app.close() self.app.close()
def test_wo_cli_stack_services_stop_php5_fpm(self): def test_wo_cli_stack_services_stop_php_fpm(self):
self.app = get_test_app(argv=['stack', 'stop', '--php']) self.app = get_test_app(argv=['stack', 'stop', '--php'])
self.app.setup() self.app.setup()
self.app.run() self.app.run()
@@ -27,12 +27,6 @@ class CliTestCaseStack(test.WOTestCase):
self.app.run() self.app.run()
self.app.close() self.app.close()
def test_wo_cli_stack_services_stop_memcached(self):
self.app = get_test_app(argv=['stack', 'stop', '--memcache'])
self.app.setup()
self.app.run()
self.app.close()
def test_wo_cli_stack_services_stop_all(self): def test_wo_cli_stack_services_stop_all(self):
self.app = get_test_app(argv=['stack', 'stop']) self.app = get_test_app(argv=['stack', 'stop'])
self.app.setup() self.app.setup()

View File

@@ -15,7 +15,7 @@ class CliTestCaseStack(test.WOTestCase):
self.app.run() self.app.run()
self.app.close() self.app.close()
def test_wo_cli_stack_services_restart_php5_fpm(self): def test_wo_cli_stack_services_restart_php_fpm(self):
self.app = get_test_app(argv=['stack', 'restart', '--php']) self.app = get_test_app(argv=['stack', 'restart', '--php'])
self.app.setup() self.app.setup()
self.app.run() self.app.run()
@@ -27,12 +27,6 @@ class CliTestCaseStack(test.WOTestCase):
self.app.run() self.app.run()
self.app.close() self.app.close()
def test_wo_cli_stack_services_restart_memcached(self):
self.app = get_test_app(argv=['stack', 'restart', '--memcache'])
self.app.setup()
self.app.run()
self.app.close()
def test_wo_cli_stack_services_restart_all(self): def test_wo_cli_stack_services_restart_all(self):
self.app = get_test_app(argv=['stack', 'restart']) self.app = get_test_app(argv=['stack', 'restart'])
self.app.setup() self.app.setup()

View File

@@ -27,12 +27,6 @@ class CliTestCaseClean(test.WOTestCase):
self.app.run() self.app.run()
self.app.close() self.app.close()
def test_wo_cli_clean_memcache(self):
self.app = get_test_app(argv=['clean', '--memcache'])
self.app.setup()
self.app.run()
self.app.close()
def test_wo_cli_clean_opcache(self): def test_wo_cli_clean_opcache(self):
self.app = get_test_app(argv=['clean', '--opcache']) self.app = get_test_app(argv=['clean', '--opcache'])
self.app.setup() self.app.setup()

View File

@@ -158,7 +158,7 @@ class WOStackUpgradeController(CementBaseController):
"/phpMyAdmin/{0}/" "/phpMyAdmin/{0}/"
"phpMyAdmin-{0}-" "phpMyAdmin-{0}-"
"all-languages" "all-languages"
".zip".format(WOVariables.wo_phpmyadmin), ".tar.gz".format(WOVariables.wo_phpmyadmin),
"/var/lib/wo/tmp/pma.tar.gz", "/var/lib/wo/tmp/pma.tar.gz",
"PHPMyAdmin"]] "PHPMyAdmin"]]
else: else: