disarm-platform / disarm-docker

[WIP] Deploy DiSARM to Docker
MIT License
0 stars 0 forks source link

Script setting up douma-app and douma-api #3

Closed Nicolaidavies closed 6 years ago

Nicolaidavies commented 6 years ago

This is to test out which technology is the best for our use case.

Might be a good idea to first write a bash script and then try to containerise it.

Nicolaidavies commented 6 years ago

In order for this script to work we need to do #5 and #7.

Probably also want to look at #15 since Caddy is not an option.

Nicolaidavies commented 6 years ago

Managed to follow the guide and get douma-app and douma-api setup on the same server with a custom domain and two subdomains.

I used caddy as it was straight forward. Next step would be to do it with nginx instead.