Deploying the LAMP Platform

Hi,

I’m trying to deploy MindLAMP on an AWS server and MongoDB database. I already have the Docker and database set up. I have followed the documentation and I have some questions related to the steps in the “LAMP Platform” section.

  1. Would it be possible to see an example of “api.example.com” and “db.example.com” that would be very helpful.

  2. After all the variables in the lamp.yml are filled in, in which directory should I put the lamp.yml file? And how to assemble it with other LAMP codes in the Github?

Thank you,

Shirley

  1. you may have a look the https://api.lamp.digital/
  2. ssh to your ec2, create a folder or put it in any folder then use the ‘docker stack deploy’ from the instruction under the same folder.
2 Likes

Thank you for your reply!

I have additional questions.

  1. If I use AWS server, is api.example.com my AWS domain name?
  2. For the database management domain, what is exactly db.example.com? I’m using MongoDB.

Thanks!

1 Like