Skip to content
forked from edthix/themis

Task management system in Clojure (experiment)

Notifications You must be signed in to change notification settings

gamesbrewer/themis

 
 

Repository files navigation

Fork Notes - Jonathan Ho

22 March 2011
generate all needed tables first using scaffolding:
$ lein conjure generate scaffold users userid:string password:string username:string accesslevel:string

migrate scaffolds into database
$ lein conjure migrate

everytime a new table is scaffold generated, migrate it to the database!!!

29 March 2011
Copied lib folder from test project into themis. Alternatively run: 
$ lein plugin install lein-clojars/lein-clojars "0.6.0"
to install plugins version 0.6.0, or whatever the latest version is

-----------------------------------------------------------------------------------------------------------


Copyright (C) 2010 Edham Arief / [email protected]

Distributed under the Eclipse Public License, the same as Clojure.

About

Task management system in Clojure (experiment)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 89.4%
  • JavaScript 8.8%
  • Shell 1.8%