0.0
No commit activity in last 3 years
No release in over 3 years
planet web admin - sintara web app ready to get mounted into your web app
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.13
~> 4.0

Runtime

 Project Readme

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!