Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matehat/reactive-ocn
Application web démo pour opencode.ca - 2/14
https://github.com/matehat/reactive-ocn
Last synced: about 1 month ago
JSON representation
Application web démo pour opencode.ca - 2/14
- Host: GitHub
- URL: https://github.com/matehat/reactive-ocn
- Owner: matehat
- Created: 2014-01-25T20:05:36.000Z (almost 11 years ago)
- Default Branch: chef
- Last Pushed: 2014-01-28T20:38:29.000Z (almost 11 years ago)
- Last Synced: 2024-04-17T03:46:33.425Z (7 months ago)
- Language: Ruby
- Size: 645 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactive OCN
Application web démo pour opencode.ca - 2/14
Trois branches sont actives pour ce project:
- [`chef`](http://github.com/matehat/reactive-ocn), la branche par défaut, contient ce qu'il faut pour rouler le tout comme un chef!
- [`gh-pages`](http://github.com/matehat/reactive-ocn/tree/gh-pages) contient la page web public accessible depuis http://bit.ly/reactive-ocn
- [`erlang`](http://github.com/matehat/reactive-ocn/tree/erlang) contient la version Erlang du serveur
- [`node`](http://github.com/matehat/reactive-ocn/tree/node) contient la version Node.js
## Rouler le tout!* Clonez le présent dépôt
* Ayez [Vagrant][1] et [VirtualBox][2] installé
* Puis```bash
$ bundle install
$ berks install
$ vagrant plugin install vagrant-omnibus
$ vagrant plugin install vagrant-berkshelf
$ vagrant up [erlang | node] # pour rouler le serveur que vous voulez. Omettez l'option pour démarrer les deux.
```### Volume de code
```
• ~/development/opencode [git:chef+] → cloc node/{src,lib} erlang/src
17 text files.
17 unique files.
1 file ignored.http://cloc.sourceforge.net v 1.58 T=0.5 s (32.0 files/s, 1876.0 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Erlang 8 155 33 300
Javascript 4 33 0 248
CoffeeScript 4 37 0 132
-------------------------------------------------------------------------------
SUM: 16 225 33 680
-------------------------------------------------------------------------------
```[1]: http://vagrantup.com
[2]: http://virtualbox.org