Git Product home page Git Product logo

asv-la-soiree's Introduction

ASV, La soirée

A subscription platform based on OrionJS CMS.

Content

A simple project that requires new plugins for OrionJS. This plugins will eventually get published on Atmosphere once finished if they are well enough reusable.

Note

As this is my first app using OrionJS, consider this repo with care.

License

MIT

Requirements

  • ffmpeg
brew install ffmpeg
  • ImageMagick
brew install imagemagick
  • JpegOptim
brew install jpegoptim
  • WebP
brew install webp
  • Gulp
npm -g install gulp
cd assets
npm install

Vagrant - Test environment

vagrant up
vagrant ssh
sudo bash
apt-get update
apt-get -y upgrade
systemctl enable docker
reboot
vagrant ssh
sudo bash
docker run -d -p 27017:27017 --name mongo-asv_la_soiree pemarchandet/mongo-asv_la_soiree
docker run -d -p 3000:3000 --link mongo-asv_la_soiree:mongo-asv_la_soiree --name meteor-asv_la_soiree pemarchandet/meteor-asv_la_soiree
docker run -e ROOT_URL=http://asv-la-soiree.dev --link meteor-asv_la_soiree:meteor-asv_la_soiree --name nginx-asv_la_soiree -d -p 80:80 pemarchandet/nginx-asv_la_soiree
# It will fails, relaunch it
docker ps -a
docker restart XXX
docker pull pemarchandet/nginx-asv_la_soiree
docker run --link meteor-asv_la_soiree:meteor-asv_la_soiree --name nginx-asv_la_soiree -d -p 80:80 pemarchandet/nginx-asv_la_soiree

Re-launching a new release

docker pull pemarchandet/meteor-asv_la_soiree
docker ps -a
docker rm -f XXX(meteor) YYY(nginx)
docker run -e ROOT_URL=http://asv-la-soiree.dev --link meteor-asv_la_soiree:meteor-asv_la_soiree --name nginx-asv_la_soiree -d -p 80:80 pemarchandet/nginx-asv_la_soiree
docker run --link meteor-asv_la_soiree:meteor-asv_la_soiree --name nginx-asv_la_soiree -d -p 80:80 pemarchandet/nginx-asv_la_soiree

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.