holodex / app

http://holodex.enspiral.com
GNU Affero General Public License v3.0
24 stars 1 forks source link

restructure run scripts as micro-services #106

Closed ahdinosaur closed 9 years ago

ahdinosaur commented 9 years ago

restructuring the app to support individual instances has led me to make the app easier to run as a set of micro-services (it's a long story). this is part of me trying to clean up known hacks and stop myself from implementing more hacks, i don't intend to create the perfect micro-service system just something that works with what we have now. anyways, here's an issue to track progress. :game_die:

ahdinosaur commented 9 years ago

yeah nah, actual micro-services are too much of a change that we don't need so it's just gonna be psuedo micro-services that run under pm2 as a single service within our existing dokkus. still nice to clean this up though.