Giter VIP home page Giter VIP logo

meteor-docker's Introduction

MeteorJS Docker image

This is a basic MeteorJS docker image with a provided docker-compose.yml as an example.

Example: Orion

To build an orionCMS project, one could have the following structure:

.
├── bin
│   └── meteor
├── docker
│   ├── docker-compose.yml
│   └── Dockerfile
└── src
    ├── app.css
    ├── app.html
    ├── app.js
    └──.meteor
        ├── .finished-upgraders
        ├── .gitignore
        ├── .id
        ├── packages
        ├── platforms
        ├── release
        └── versions

The bin/meteor would be a docker command for running meteor using this image:

docker-compose -f ../docker/docker-compose.yml run web meteor $*

You could strip the Dockerfile and move the docker-compose.yml into the root, this is just an example.

The src is essentially your app

Installing orion

./bin/meteor add orionjs:core etc

Feedback

Please post an issue on the issuetracker!

meteor-docker's People

Contributors

fruitl00p avatar

Watchers

James Cloos avatar José Vieira Neto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.