Quick Start Guides #
The following guides are intended to help get you started quickly for you use case, select the guide that best fits.
I’m trying to…
- deploy my (Angular/React/Vue) web app on AppDat
- deploy multiple applications or apis on AppDat
- use a cloud object storage service like AWS S3 buckets
- use a PostgreSQL, MS-SQL, or My-SQL database
- migrate existing application(s) to AppDat
- get help with my existing AppDat deployment
- use a Google Cloud Platform API service
- use a Azure Cloud API service
- use a AWS Cloud API service
- understand how I can use AppDat
Deploying a simple web app or multiple applications #
- Upload your application source code files to a repository (or multiple repositories) within your org’s AppDat group.
- Create a
Dockerfile
for your application(s), if you need help take a look at the documentation launch - Create a
.dockerignore
file for your application(s) using this documentation launch - Create a
.gitlab-ci.yml
and include the “AppDat v5 ADO template” like this example launch
- Create a
- Open a “New Application” support issue with the AppDat SRE Team.
An AppDat SRE will be assigned to your support issue and support you through the process from there.
Use a cloud object storage bucket #
- First open a “New Cloud Service” support issue with the AppDat SRE Team.
An AppDat SRE will be assigned to your support issue and support you through the process from there.
Use a database #
- First open a “New Cloud Service” support issue with the AppDat SRE Team.
An AppDat SRE will be assigned to your support issue and support you through the process from there.