Skip to content
forked from softprops/sbin

a minimal scala pastebin backed by redis

License

Notifications You must be signed in to change notification settings

submarinerich/sbin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbin

A minimal scala pastebin backed by redis

usage

redis

Start your redis server

> path/to/redis-version/redis-server

sbin

Run with defaults

rake run

Note This is legacy stuff I haven't enabled in the current build scripts - candersonmiller

Will start server at http://localhost:8079 with default login/password "admin"/"admin"

Run with provided username and password

> sbt
run jim:jam

Will start server at http://localhost:8080 with login/password "jim"/"jam"

Run with provided username and password and port

> sbt
run jim:jam 3000

Will start server at http://localhost:3000 with login/password "jim"/"jam"

About

a minimal scala pastebin backed by redis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 84.8%
  • Ruby 15.2%