Not logged in - Login
< back

Azure website deployments

If you have a Microsoft Azure account, you can deploy a new Roadkill wiki site very quickly using the website deployment option.

Pre-requisites

  • You'll need a Bitbucket or a Github account before you can use the deployment option in Azure.
  • You'll need to fork Roadkill on either Github or Bitbucket. You can do this via the website. You should fork the "v2.0" branch for stability, or "default" if you prefer the bleeding edge.

Deployment steps:

  1. Create a new website
  2. Go to the "configure" page in the top menu
  3. Navigate to the "app settings" section
  4. Add a new row:
    • key: Project
    • value: src/Roadkill.Web/Roadkill.AzureWeb.csproj
  5. Click on the "dashboard" link in the top menu
  6. Click on the "Set up deployment from source control" in the right side menu.
  7. Login using your Github or Bitbucket details
  8. Choose Roadkill from your list of repositories.