-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from JarvusInnovations/develop
Release: emergence v1.0.3
- Loading branch information
Showing
45 changed files
with
967 additions
and
971 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"env": { | ||
"node": true | ||
}, | ||
"parserOptions": { | ||
"ecmaVersion": 8 | ||
}, | ||
"rules": { | ||
"no-const-assign": "warn", | ||
"no-this-before-super": "warn", | ||
"no-undef": "warn", | ||
"no-unreachable": "warn", | ||
"no-unused-vars": "warn", | ||
"constructor-super": "warn", | ||
"valid-typeof": "warn", | ||
"semi": "warn", | ||
"keyword-spacing": "warn", | ||
"space-before-function-paren": "warn", | ||
"space-before-blocks": "warn", | ||
"indent": ["warn", 4], | ||
"no-trailing-spaces": "warn", | ||
"comma-style": ["error", "last"], | ||
"eol-last": ["error", "always"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,36 @@ | ||
Emergence | ||
========= | ||
# 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 | ||
|
||
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 | ||
- 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 | ||
|
||
Requirements | ||
------------- | ||
* NodeJS | ||
* npm | ||
* underscore | ||
* node-static | ||
* mysql | ||
* nginx | ||
* php-fpm | ||
* php 5.3+ | ||
* apc | ||
* mysqli | ||
- NodeJS | ||
- npm | ||
- mysql | ||
- nginx | ||
- php-fpm | ||
- php 5.6+ | ||
- apcu | ||
- mysqli | ||
|
||
## Installation | ||
|
||
Installation | ||
-------------- | ||
See http://emr.ge/docs | ||
See [http://emr.ge/docs](http://emr.ge/docs) | ||
|
||
|
||
|
||
Visit http://serverhost:9083 in your browser | ||
Visit [http://serverhost:9083](http://serverhost:9083) in your browser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.