Skip to content

wiecklabs/port_authority

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PortAuthority

User management port for Harbor applications

Dependencies

  • harbor (>= 0.15.1)
  • ui (>= 0.7.3)
  • fastercsv
  • json
  • logging
  • dm-core (= 0.9.11)
  • dm-is-searchable (= 0.9.11)
  • dm-validations (= 0.9.11)
  • dm-timestamps (= 0.9.11)
  • dm-aggregates (= 0.9.11)
  • dm-types (= 0.9.11)
  • tmail
  • faker
  • sanitize

Try it out

  • git clone git://github.com/wiecklabs/port_authority.git
  • cd port_authority
  • Run ./config.ru to start console
    • DataMapper.auto_upgrade!
    • PortAuthority.fake!
    • exit console
  • rackup
  • Go to http://localhost:9292/ and have fun!