INACTIVE - http://mzl.la/ghe-archive - Add to home screen plugin for WordPress
8831d7cd4b
* Add Mozilla Code of Conduct file Fixes #60. _(Message COC002)_ * Update CODE_OF_CONDUCT.md |
||
---|---|---|
bin | ||
tests | ||
wp-add-to-homescreen | ||
.gitignore | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
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 --optimize-autoloader
$ 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