Launch your Development Environment and access it via the browser.

  • Liat Hoffman |
  • 0 step |
  • 3 minutes
  • DevopserDevopser
Navigate to [https://app.devopser.io/sites](https://app.devopser.io/sites)
Click into your site's detail page.
Prior to triggering the development environment build, you need to configure your development secrets. To do so: click "🔐 Configure Development Secrets"
Flask Secret Key is an arbitrary string value - make sure to note what you use.
"Mail App Password" is retrieved from your mail provider for the application's mail server.
"Email for Mail Server" is the email that your app password is associated to.
"Whitelisted IPs" are for any IPs that will be using the development environment. If they are not added they will not be able to access it. In the form: "xxx.xxx.xxx.xxx/32"
"Additional Secrets (JSON Format)" Any 3rd party secrets you need, for example API keys.
Click "Update Development Secrets"
Please notice the "Development secrets updated successfully!" notification - if this fails, please raise a ticket to slack.
Click "Rebuild Environment" to launch the development environment.
Click "Rebuild Environment" in the modal.
Click "⟳ Check Status" to understand if the dev environment is built or destroyed.
Once the environment has been built, you will see the Environment Template and the Code Server Password information become available in the console.
If you want to see the contents, click "Reveal". This is your .env file contents so you can just copy and paste into your repo.
Click "Login to Development" to get to the correct URL for your browser-based access to the development environment.
Copy your Code Server password.
Navigate to the browser tab with the development environment code-server and paste your code-server password into the field.
Click Submit.
You are now in your code-server - VSCode terminal on your development environment via the browser - congrats!
This Scribe is in tip-top shape!Leave feedback if there are any issues with this Scribe