Home > Guacamole

Guacamole

Guacamole is a project mainly written in JAVASCRIPT and COFFEESCRIPT, it's free.

Gestion documentaire

Guacamole

Summary

Guacamole is a digital asset management, document-oriented, both nodejs-based API REST server & web application. It is MIT-licensed.

Dependencies

  • connect-form
  • express
  • jade
  • less
  • mongoose
  • underscoree

Uses

  • Mongo as DB
  • Backbone as frontend MVC structure

Installation

See http://help.github.com/fork-a-repo/

~/: git clone [email protected]:toog/Guacamole.git
~/: cd Guacamole
~/: git remote add upstream git://github.com/toog/Guacamole.git
~/: git fetch upstream
~/: npm install mongoose
~/: nodejs app.js

Tests

Start a server :

node app.js (or better : hotnode app.js)

Then while server is running, run :

node tests.js

License Information

Copyright (C) 2011 by Toog (Nantes, France)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN

Sources

You can find a copy of this software here : https://github.com/toog/Guacamole

Previous:BuenaWorld