Deploying your first environment

Detailed guide for deploying your first environment using Ogre.

·2 min read
Cover Image for Deploying your first environment

Step 1: Create your account

  1. Head to www.ogre.run/auth/sign-up and create your account.
  2. Select the name of your organization and click on the Create button.
  3. You will be redirected to the dashboard of your organization.

Step 2: Create your token

Tokens Page

  1. Go to the Tokens Tab.
  2. Click on the New Token button.
  3. Copy the Token and save it somewhere safe. You will need it in Step 4.
  4. You can optionally add a description to your token.
  5. Click on Create Token.

IMPORTANT: From this point on, you can jump into the CLI, if you wish. Follow this link to set it up: https://www.ogre.run/blog/tutorials/CLI

Step 3: Install the Chrome extension

Chrome Store

  1. Head to Chrome Web Store: Ogre.run and install the extension.
  2. Go to a public GitHub or GitLab repository.
  3. You should see the Ogre button as shown below, if not, reload the page.

Step 4: Add the configuration

Extension settings

  1. Click on the Ogre button. You should be in the Settings tab.
  2. Click on Edit
  3. Paste the token you created in Step 2.
  4. The server address should be cloud.ogre.run by default. Don't change it unless we give you a custom address.
  5. Click on Save.

Step 5: Deploy!

Extension ogre

  1. Go to the Ogre tab.
  2. Click on Generate.
  3. You should see message below the button in the image above.
  4. Click on the link, and you're good to go!

Congratulations! You have successfully learned how to use Ogre.run web platform and the Chrome extension. Now you can easily share and deploy your code with just a few simple steps. If you have any further questions or need assistance, feel free to reach out to our support team.


Read more about

Cover Image for Using the CLI
·4 min read·Tutorials

Detailed guide for using the Ogre CLI.