Intranet for jevck.com
HTML Ruby CSS
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= config
carview.php?tsp= controller
carview.php?tsp= domain
carview.php?tsp= extra
carview.php?tsp= ldap
carview.php?tsp= middleware
carview.php?tsp= public
carview.php?tsp= scripts
carview.php?tsp= views
carview.php?tsp= .gitignore
carview.php?tsp= README
carview.php?tsp= Rakefile
carview.php?tsp= TODO
carview.php?tsp= config.ru
carview.php?tsp= intranet.rb

README

Intranet for Joinville Eau Vive - intranet.jevck.com
Webapp built using rack/sinatra and ldap & mongodb for persistence.
Uses lemonldap (web SSO) for auth.
Dependencies (and their tested versions) :
- net-ldap          0.1.1
- activeldap        1.2.2
- mongo             1.0.8
- bson              1.0.7
- bson_ext          1.0.7
- mongo_mapper      0.8.4
- rack              1.0.1
- rack-contrib      0.9.2
- rack-cache        0.5.2
- sinatra           1.0
- sinatra-flash     0.3.0
- state_machine     0.9.4
- mail              2.2.5
- fastercsv         1.5.3
- sanitize          1.2.1
- babosa            0.1.0
- erubis            2.6.6
Dev mode :
- racksh            0.9.7
- shotgun           0.8
Config :
- copy config/*_sample.yml to config/*.yml and adapt to your env.
Running :
it's just a rack-based webapp. rackup, webroar or anything will do the trick.