Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1

Browse to DigitalOcean Apps at https://cloud.digitalocean.com/apps

2

Select Create App.

3

Select the Service Provider Docker Hub.

4

Type in the Repository value:

Code Block
rampivanuix/rampiva-automate-aio
5

Type in the Tag value:

Code Block
8.0.0-preview
Info

The latest tag correspond to the latest Rampiva version from the Quarterly Channel. See https://downloads.rampiva.com/automate/release/index.html

6

Click Next.

7

Click Edit in the Web Service rampiva-rampiva-automate-aio.

8

Click Edit in the line HTTP Port.

9

Change the port to 80.

10

Click Save.

11

Click Back.

12

Click Edit Plan.

13

In the Size section, select at a minimum the option 2 GB RAM | 1 vCPU.

Info

If planning to run multiple jobs in parallel, select a larger container size.

14

Change the containers count to 1.

15

Click Back.

16

Click Next.

17

In the Environment Variables Global section, click Edit.

18

Add the following values:

  • RAMPIVA_AUTH_INTERNAL_USERNAME: The name of the user to log in with for the initial configuration, for example rampiva-admin.

  • RAMPIVA_AUTH_INTERNAL_PASSWORD: Choose a strong random password that will be associated with the user.

  • RAMPIVA_STORE_APPLICATION_USERNAME: The database username from the previous step, for example doadmin

  • RAMPIVA_STORE_APPLICATION_PASSWORD: The database password from the previous step

  • RAMPIVA_STORE_APPLICATION_CHARSET: UTF-8

  • RAMPIVA_STORE_APPLICATION_DRIVER_CLASS: org.postgresql.Driver

  • RAMPIVA_STORE_APPLICATION_URL: jdbc:postgresql://HOST:25060/defaultdb?ssl-mode=require , where HOST is the database host value from the previous step.

  • RAMPIVA_STORE_LOGGING_REDIRECT_TO_APPLICATION: true

  • RAMPIVA_STORE_UTILIZATION_REDIRECT_TO_APPLICATION: true

  • RAMPIVA_STORE_APPLICATION_SCHEDULER_MIN_CONNECTIONS: 4

  • RAMPIVA_STORE_APPLICATION_SCHEDULER_MAX_CONNECTIONS: 8

  • RAMPIVA_STORE_APPLICATION_SERVER_MIN_CONNECTIONS: 1

  • RAMPIVA_STORE_APPLICATION_SERVER_MAX_CONNECTIONS: 1

19

Click Save.

20

Click Next.

21

In the App Info section, click Edit.

22

Name the app rampiva-automate-company, where company is the name of your company.

23

Click Save.

24

Select the desired region and click Save.

25

Click Next.

26

Scroll to the bottom of the page and click Create Resources.

27

Wait for the app to be deployed.

28

Click Live App to navigate to the application URL.

29

Confirm that you can log in with the internal username and password set in the previous step.

...