INACTIVE - http://mzl.la/ghe-archive - Add to home screen plugin for WordPress
96661ebd72 | ||
---|---|---|
tests | ||
wp-add-to-homescreen | ||
.gitignore | ||
.travis.yml | ||
LICENSE.txt | ||
Makefile | ||
README.md | ||
install-wp-tests.sh | ||
phpunit.xml |
README.md
wp-add-to-homescreen
Make your WordPress sites to appear in mobile home screens.
Installation
To test this plugin, follow these steps.
First clone the repository.
Once inside the repository you will need composer and bower installed. Go to the folder wp-add-to-homescreen
inside the repository folder and run:
$ composer install
$ bower install
Now you can copy (or symlink) the wp-add-to-homescreen
folder inside your WordPress plugins directory.
Once installed, activate the plugin from the Plugins menu in the Dashboard.
Running tests
Install dependencies:
./install-wp-tests.sh MYSQL_DATABASE_NAME MYSQL_USER MYSQL_PASSWORD localhost latest
Run tests:
make test