Skip to content

planet web admin - sintara web app ready to get mounted into your web app

Notifications You must be signed in to change notification settings

feedreader/pluto.admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pluto.admin

planet web admin - sintara web app ready to get mounted into your web app

Usage

Rack

map '/db' do
  run PlutoAdmin::Server
end

All together - config.ru (see planet.live):

map '/' do
  run Planet
  map '/db' do
    run PlutoAdmin::Server
  end
end

License

The pluto.admin scripts are dedicated to the public domain. Use it as you please with no restrictions whatsoever.

Questions? Comments?

Send them along to the wwwmake Forum/Mailing List. Thanks!

About

planet web admin - sintara web app ready to get mounted into your web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published