Last active
December 21, 2017 01:47
-
-
Save u1i/0f4718a21c19c75082a2fa3495f1cd5e to your computer and use it in GitHub Desktop.
Appcelerator Start Project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
appc new | |
cd new-project | |
appc install connector/appc.arrowdb | |
appc install connector/appc.mysql | |
appc run --port=8088 | |
appc cloud domain --set api.mydomain.com | |
appc publish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment