Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 841 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 841 Bytes

devmeetings-slidesapp

Working example: xplatform.org

Running whole platform using Docker

  1. Install Docker
  2. On Mac OSX you can use docker.install-osx.sh to automate installation
  3. Invoke run.sh
  4. ???
  5. You are done. Profit!

Running parts of platform using Docker

  1. Create container for specific component using snippets from run.sh

  2. Run container e.g. mongo

  3. Invoke docker ps and check exposed port.

    586b3dae23cb        xplatform/mongo:latest            mongod              3 minutes ago       Up 3 minutes        0.0.0.0:49156->27017/tcp                            mongo
    
  4. Run platform and specify MONGO_HOST

    $ cd ./platform; MONGO_HOST="localhost:49156" node app