LD4P / sinopia_server

[Deprecated - switching to MongoDB] Sinopia Back-end CRUD Service. LDP-inspired, HTTP Server taking JSON-LD resources & administrative metadata.
Apache License 2.0
1 stars 1 forks source link

Trellis support on AWS using Docker #3

Closed jermnelson closed 5 years ago

atz commented 6 years ago

I'm interpreting this as "build a docker image containing trellis" and "run that image in AWS".

atz commented 6 years ago

Except that Trellis already has docker images aplenty: https://hub.docker.com/search/?isAutomated=0&isOfficial=0&page=1&pullCount=0&q=trellisldp&starCount=0

So the question is more "can we run it in AWS?"

cmharlow commented 6 years ago

yep; in particular, what does that mean for:

  1. user configuration if we remain with basic auth which trellis runs via a config file (despite security concerns)
  2. connecting the trellis codebase to a RDS instance running as postgres
  3. connecting the trellis codebase's expected file mounts to something like S3 (see the logs, mememto, and data set up in trellis config)
jermnelson commented 5 years ago

Closing