-
-
Notifications
You must be signed in to change notification settings - Fork 137
Hosting Quick Start
OliPicard edited this page Apr 29, 2015
·
8 revisions
To get your own completely free instance of Huxley follow these instructions:
On App Harbor
- Sign up to GitHub if you haven't already
- Fork the Huxley repository to your own account
- Sign up to App Harbor
- Create a new app in the Europe region
- Link this app to your fork of Huxley and deploy
You should now have a copy of Huxley running at https://{your app name}.apphb.com.
You can also set up access tokens on App Harbor as part of the deployment so that you don't need to send your real access token on every request.
On Azure Websites
- Sign up for Github (if you haven't already!)
- Fork the Huxley repository to your own account.
- Sign up to Azure - Note you may need to enter in a credit card.
- Go to your Azure Portal. Click on the plus sign and create a new web app.
- Open up your newly created site. Click on the Contiunous Deployment setup wizard.
- Authersize the use of your github account for Azure.
- Select the forked repo (make sure it's the main branch)
- Your Huxley app has been deployed on Azure Sites.
You should have a copy running at https://{your app name}.azurewebsites.net The free plan offers upto 10 websites and 5gb of data transfer each month.