Skip to content

Commit

Permalink
TSA new user/app
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeknijf committed Apr 19, 2024
1 parent 03b71eb commit df49af1
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions TurboStack App/howto_newapp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
order: 160
---

# Howto create a new user and application

## Creating a new user

Creating a new user on the [TurboStack App](https://my.turbostack.app).
Open the TurboStack app and open the server view

![TurboStackNewUser](../img/turbostackapp/newapp/tsa_user1.png)
![TurboStackNewUser](../img/turbostackapp/newapp/tsa_user2.png)
![TurboStackNewUser](../img/turbostackapp/newapp/tsa_user3.png)

1. Go to the accounts page
2. Add a new account (user)
3. Give the account a name and save


## Creating a new application

Creating a new (default) application under the newly created `prod` user.<br><br>
Scenario: creating a magento2 application listening on `www.example.com` and using varnish as caching

![TurboStackNewApp](../img/turbostackapp/newapp/tsa_app1.png)
![TurboStackNewApp](../img/turbostackapp/newapp/tsa_app2.png)
![TurboStackNewApp](../img/turbostackapp/newapp/tsa_app3.png)
![TurboStackNewApp](../img/turbostackapp/newapp/tsa_app4.png)
![TurboStackNewApp](../img/turbostackapp/newapp/tsa_app5.png)
![TurboStackNewApp](../img/turbostackapp/newapp/tsa_app6.png)
![TurboStackNewApp](../img/turbostackapp/newapp/tsa_app7.png)
![TurboStackNewApp](../img/turbostackapp/newapp/tsa_app8.png)

1. Open the detail section for the user
2. Click to add a new application
3. The first application for each user should always be `default`
4. Go to `Hostnames` and 1 or more names the website should listen on
5. Choose a website SSL certificate, there are 3 options: `letsencrypt`(default), `selfsigned` and `custom`(bring your own)
6. Go to `Technologies` and set the app type that matches your application
7. Enable PHP or another technology that your application requires
8. Scroll down to enable `varnish` on our website
9. Optionally a `monitoring url` can be set that Hosted Power will monitoring 24/7.
10. Click `Save` to save and exit the configuration wizard.

Now, the new application is configured, click `Save & Publish` to deploy the configuration to the server.
Binary file modified img/turbostackapp/.DS_Store
Binary file not shown.
Binary file added img/turbostackapp/newapp/tsa_app1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/turbostackapp/newapp/tsa_app2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/turbostackapp/newapp/tsa_app3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/turbostackapp/newapp/tsa_app4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/turbostackapp/newapp/tsa_app5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/turbostackapp/newapp/tsa_app6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/turbostackapp/newapp/tsa_app7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/turbostackapp/newapp/tsa_app8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/turbostackapp/newapp/tsa_user1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/turbostackapp/newapp/tsa_user2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/turbostackapp/newapp/tsa_user3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit df49af1

Please sign in to comment.