JarvusInnovations / emergence

Emergence is a NodeJS-powered server that provides a web interface for configuring and launching the services that power your website or application. It provides virtualized storage containers for your code and assets that are accessible via WebDAV and API. Each storage container maintains complete version history for all files and can be linked over the web to a parent container that files will be inherited from just-in-time.
http://emr.ge
MIT License
39 stars 10 forks source link

Integrate with habitat to provide service binaries #46

Closed themightychris closed 6 years ago

themightychris commented 6 years ago

This branch is going to be abandoned. The approach here was to distribute the emergence-kernel as a habitat build that was locked in with particular versions of the service dependencies (mariadb/nginx/php). It also sought to reorganize the files the kernel uses to fit habitat's file structure for packaged services, and move from mysql to mariadb.

See #52