2020-05-25 18:11:45 +02:00
|
|
|
# Installing using Platform.sh
|
|
|
|
|
|
|
|
[Platform.sh](https://console.platform.sh/) gives you an easy way to get started and deploy your Strapi application.
|
|
|
|
|
|
|
|
You can find the template [source code](https://github.com/platformsh-templates/strapi#customizations) on Platform.sh GitHub for more information.
|
|
|
|
|
|
|
|
[[toc]]
|
|
|
|
|
|
|
|
## Step 1: Create a Platform.sh account
|
|
|
|
|
|
|
|
You must have a [Platform.sh](https://platform.sh/) account before doing these steps.
|
|
|
|
|
|
|
|
## Step 2: Create a project
|
|
|
|
|
|
|
|
You can use the **One-Click** button or follow these steps.
|
|
|
|
|
|
|
|
<a href="https://console.platform.sh/projects/create-project?template=https://raw.githubusercontent.com/platformsh/template-builder/master/templates/strapi/.platform.template.yaml&utm_content=strapi&utm_source=github&utm_medium=button&utm_campaign=deploy_on_platform">
|
|
|
|
<img src="https://platform.sh/images/deploy/lg-blue.svg" alt="Deploy on Platform.sh" width="180px" />
|
|
|
|
</a>
|
|
|
|
|
|
|
|
- Click on `+ Add project` button
|
|
|
|
- Select `Use a template` option and click `Next`
|
|
|
|
- Fill your `Project name` and `Region` then click `Next`
|
|
|
|
|
|
|
|
**Choose Strapi template.**
|
|
|
|
|
|
|
|
Search for the Strapi template using the search bar.
|
|
|
|
|
|
|
|
- Click on the search bar
|
|
|
|
- Fill `strapi`
|
|
|
|
- Select the Strapi template
|
|
|
|
- Click `Next`
|
|
|
|
|
|
|
|
::: tip INFO
|
2020-05-29 01:42:06 -07:00
|
|
|
After few second a Strapi application will be setup with a PostgreSQL database.
|
2020-05-25 18:11:45 +02:00
|
|
|
:::
|
|
|
|
|
|
|
|
## Step 4: Visit your app
|
|
|
|
|
|
|
|
Now to visit your application.
|
|
|
|
|
|
|
|
- Click on `Settings`
|
|
|
|
- Then `Domains` in the left menu
|
|
|
|
|
|
|
|
You will see the Platform.sh domain name that is used for your app.
|