order-system project from MuleSoft's advanced development class
- Add the remote repository:
git remote add origin https://github.com/maclazaro/order-system.git
- Enter the repo:
cd order-system
- (Optional) Set your MULE_HOME env variable:
export MULE_HOME={locationOfMuleInstall}
- Package and deploy:
mvn install