Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/JarvusInnovations/emergence
Last synced: 5 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/JarvusInnovations/emergence
- Owner: JarvusInnovations
- License: mit
- Created: 2011-07-17T02:23:49.000Z (over 13 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-23T15:06:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T22:45:32.319Z (about 1 month ago)
- Language: PHP
- Homepage: http://emr.ge
- Size: 27.2 MB
- Stars: 39
- Watchers: 11
- Forks: 10
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - 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 you (others)
README
# Emergence
[![Join the chat at https://gitter.im/JarvusInnovations/Emergence](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/JarvusInnovations/Emergence?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
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.
## Features
- Rich web interface provides for all setup and management
- Plugin-based support for system services to be configured and run
- Plugins included for nginx and mysql
- Versioned storage containers
- Inherit remote containers over http
- Copy-on-write
- Accessible remotely via WebDAV and locally via API
- PHP development framework
- Classes automatically loaded from storage container
- Lightweight MVC classes optimized for serial inheritance across sites
- Extendable templating system powered by Dwoo## Requirements
- NodeJS
- npm
- mysql
- nginx
- php-fpm
- php 5.6+
- apcu
- mysqli## Installation
See [http://emr.ge/docs](http://emr.ge/docs)
Visit [http://serverhost:9083](http://serverhost:9083) in your browser