Skip to content

bopopescu/icsw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A django app that contains helpers for logging, rendering, alfresco interaction, ...

Running tests
=============

Test run against postgresql. A user "initcore" with password "initcore" must exist.
A database named "initcore" has to be created. 

$ createuser -U postgres initcore -d -S -R -P
$ createdb -U postgres -O initcore initcore

$ cd src/test_project
$ ./manage.py test initcore

About

init cluster software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.2%
  • JavaScript 25.2%
  • CoffeeScript 12.7%
  • HTML 7.1%
  • CSS 2.2%
  • Shell 1.9%
  • Other 0.7%