sandrobilbeisi / hello-html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started with Html on Sourcevoid

This is a tutorial on how to get started with Html on the Sourcevoid cloud platform. Follow the instructions below to get your first app up and running. If you have any questions of issues let us know by creating a issue on this repo or contact us directly!

Prerequisites

alt tag

  1. Create a Sourcevoid account and login
  2. Create a Sourcevoid pool (if you don't already have one you want to use)
  3. Create a Sourcevoid app (if you don't already have one you want to use)

Deploy a Html env from Github (option 1)

  1. Fork this repo to your account or create a new repo and upload the contents of this repo to your own
  2. Connect your Github account
  3. Enter a name for the environment, "html" for example
  4. Select your Github repo from the selector
  5. Press the create button and wait a few seconds to allow the deployment to complete
  6. Press the start button to start the environment
  7. Press one of the links in the "App" or "Env" column in the app view to open the app/env
  8. Press the blue console button to watch the output of the server process (optional)

Deploy a Html env from local archive upload (option 2)

  1. Click here or above on "Clone or download" to download a zip archive of this repo
  2. Enter a name for the environment, "html" for example
  3. Select your "zip" as the deployment type from the selector
  4. Press the "Choose archive" button and choose the archive you downloaded in step 1
  5. Press the "More" button and enter (or copy/paste) "/hello-html-master" into the "Source Root" field (this because the Github zipped archive contains a top level directory called "hello-html-master" where the source resides)
  6. Press the create button and wait a few seconds to allow the deployment to complete
  7. Press the start button to start the environment
  8. Press one of the links in the "App" or "Env" column in the app view to open the app/env
  9. Press the blue console button to watch the output of the server process (optional)

About


Languages

Language:HTML 100.0%