This project is intended to provide a Hello World example for a Concierge module.
This project can be installed into Concierge in one of three ways:
git clone https://github.com/concierge/Concierge.git
cd Concierge/modules
git clone https://github.com/concierge/HelloConcierge.git
HelloConcierge will then be available after a restart.
Once Concierge is started, run the command (assuming default configuration):
/kpm install helloconcierge
HelloConcierge will be available for immediate use.
Once Concierge is started, run the command (assuming default configuration):
/kpm install https://github.com/concierge/HelloConcierge.git
HelloConcierge will be available for immediate use.