Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vlacs/traveler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is dead, unfortunately.

We're keeping it here as a monument and potential source of inspiration.

--

Traveler Build Status Coverage

Traveler stores VLACS' users in our datomic database and provides a user interface to search users and change passwords.

Running Tests

You can build the necessary dependencies and run the tests with one command.

$ sh test.sh

Running the Traveler project

If you'd like to run Traveler as a standalone application just complete the following steps:

$ git clone https://github.com/vlacs/traveler
$ cd traveler
$ lein voom freshen
$ lein voom build-deps
$ lein cljsbuild once
$ lein immutant server

Once the Immutant server is up you can navigate to ''' http://localhost:8080 ''' in your browser.

If you'd like to connect to Traveler's REPL do the following inside of the project directory:

$ lein repl :connect

Artifact

  • Releases are published to Clojars

Latest Artifact: [org.vlacs/traveler "0.2.0"]

Adding users

To add users to the Taveler section of the datomic database Gangway should call the traveler.api.user/add-user fn.

add-user takes a map with the following format:

{:id-sk                "1239048"
 :username             "mgeorge"
 :password             "d783andf094nadsfHASHED09anPASSWORD"
 :privilege            "ACTIVE"
 :firstname            "Mike"
 :lastname             "George"
 :email                "[email protected]"
 :policies-assent-date "12/01/2013"
 :istest               true
 :can-masquerade       true}

:istest and :can-masquerade are optional and default to false.

Copyright and License

Created by Mike George

Copyright © 2014 Virtual Learning Academy Charter School

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

VLACS Logo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •