Installation on Digital Ocean

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 07:33 AM
Hello!
I would like to know if there is any step by step guide to install Alfresco ECM on digital ocean droplet similar to this pattern
via a specific docker alfresco image.
That would help me a lot!
Regards
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2023 08:33 AM
- Install Alfresco docker installer on any linux machine. Create the Docker Compose project with your requerenments. You will get the folder with all required for docker compose project.
- Create the Digital Ocean docker droplet.
- Copy the docker compose project folder into the droplet.
- Create the folders for persistant volumes. It is easy to make it by script. Insatller (step 1) will ask you "Do you want to get the script to create host volumes? (y/N)". Answer YES.
- Start Docker Compose project.
The documentation is here Install using Docker Compose and here Alfresco docker installer
Good luck,
Serge F.
