Skip to content

An AEM dashboard to manage Pokemon Go lure modules in various locations

License

Notifications You must be signed in to change notification settings

mickleroy/aem-pokego-lure-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokeGo Lure AEM Client

Build Status

An AEM dashboard to manage lure modules in various locations.

Installing

This project can be installed by downloading and deploying a pre-built CRX package from the releases.

Navigate to the CRX Package Manager at http://localhost:4502/crx/packmgr/index.jsp and upload the ZIP file.

Using the application

Video screencast

The dashboard can be accessed at http://localhost:4502/etc/pokegolure/index.html and a shortcut is available in the Tools > General > Pokemon Go Lures. Note: A Pokemon Go account is required to use this application.

dashboard

Development Notes

Building/deploying

This project uses Maven for building. Common commands:

From the root directory, run mvn -PautoInstallPackage clean install to build the bundle and content package and install to a CQ instance.

From the bundle directory, run mvn -PautoInstallBundle clean install to build just the bundle and install to a CQ instance.

Creating a release

Create a release branch off the master branch

git branch release/X.X

Prepare the release (use vX.X for the tag)

mvn release:prepare

Push the branch to the repository

git push origin

Checkout the newly created tag and build the project

git checkout tags/vX.X
mvn clean package

Attach the CRX package to the release on Github.

About

An AEM dashboard to manage Pokemon Go lure modules in various locations

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published