1
- # ![ ] ( https://www.aptible. com/static/aptible-logo-dark-f7de71beb81b1638c34f88d100804d1b.png )
1
+ # ![ ] ( https://framerusercontent. com/images/zPgE6unsAGcnam377HJMPuSoEho.svg )
2
2
3
3
## deploy-demo-app
4
4
5
5
This application is intended to facilitate learning the features of the Aptible Deploy platform, without
6
6
needing to deploy _ your_ application.
7
7
8
- ![ ] ( https://github.com/aptible/deploy-demo-app/blob/master /screenshots/demo.png )
8
+ ![ ] ( https://github.com/aptible/deploy-demo-app/blob/main /screenshots/demo.png )
9
9
10
10
There are two ways you can use this application (in sections below): Guided Experience (1) and Quickstart (2)
11
11
12
12
### Guided experience (1)
13
13
14
14
For new users of the Aptible Deploy platform, you can deploy this application following step-by-step
15
- instructions found [ here] ( https://www.aptible.com/documentation/deploy/tutorials/ deploy-demo-app.html ) .
15
+ instructions found [ here] ( https://www.aptible.com/docs/getting-started/ deploy-starter-template/python-flask ) .
16
16
17
17
This will help you deploy the app, and learn to configure additional features of the Aptible Deploy platform
18
18
in a guided manner. This app even features a checklist that follows the step-by-step guide, to confirm
19
19
that you have performed each step properly!
20
20
21
- ![ ] ( https://github.com/aptible/deploy-demo-app/blob/master /screenshots/checklist.png )
21
+ ![ ] ( https://github.com/aptible/deploy-demo-app/blob/main /screenshots/checklist.png )
22
22
23
23
24
24
### Quick start (2)
25
25
26
26
For users who are familiar with Deploy, and simply need a web application to experiment with, these
27
27
are the minimal steps needed to run this application.
28
28
29
- * Create an application: ` aptible apps:create $HANDLE `
29
+ * Create an application
30
+ * via the [ Aptible Dashboard] ( https://app.aptible.com/apps ) , or
31
+ * via the [ Aptible CLI] ( https://www.aptible.com/docs/reference/aptible-cli/cli-commands/cli-apps-create ) : ` aptible apps:create $HANDLE `
30
32
* Deploy the App - CHOOSE ONE:
31
33
* [ Direct Docker Deploy] ( https://www.aptible.com/documentation/deploy/reference/apps/image/direct-docker-image-deploy.html ) : ` aptible deploy --app $HANDLE --docker-image aptible/deploy-demo-app `
32
- * [ Dockerfile Deploy] ( https://deploy-docs.aptible.com/docs/dockerfile-deploy-example ) :
34
+ * [ Dockerfile Deploy] ( https://deploy-docs.aptible.com/docs/dockerfile-deploy-example )
33
35
34
36
``` shell
35
37
git clone
[email protected] :aptible/deploy-demo-app.git
36
38
cd deploy-demo-app
37
39
git remote add aptible
[email protected] :
$ENVIRONMENT /
$HANDLE .git
38
- git push aptible master
40
+ git push aptible main
39
41
```
40
42
41
43
* Set the configuration for your database, force HTTPS only, and increase the scale:
@@ -53,7 +55,7 @@ aptible config:set \
53
55
54
56
## Copyright
55
57
56
- Copyright (c) 2022 [ Aptible] ( https://www.aptible.com ) . All rights reserved.
58
+ Copyright (c) 2024 [ Aptible] ( https://www.aptible.com ) . All rights reserved.
57
59
58
60
[ <img src =" https://avatars2.githubusercontent.com/u/1580788?v=4&s=60 " />] ( https://github.com/UserNotFound )
59
61
0 commit comments