nasa-jpl / launchbox

A runtime environment for web applications.

Home Page:https://nasa-jpl.github.io/launchbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Launchbox

Launchbox is a platform for rapid deployment of multitenant web products. It currently supports Python-based webapps and static websites.

⚠️ This is currently a beta product. Do not use in production!

Use cases

Here are some examples of how Launchbox could be used:

  • Add a CMS with a custom theme and let anyone in your organization create their own website from a shared codebase with no coding necessary
  • As a local development environment, rapidly spin up local test sites with isolated databases
  • Consolidated hosting of any number of static sites – like a self-hosted GitHub Pages kind of service

Quickstart

git clone https://github.com/nasa-jpl/launchbox.git
cd launchbox
cp .env.dist .env
make start
make dashboard

Documentation

Visit our documentation website for full details on installation and usage.

Contributing

See the contributing guide for detailed instructions on how to contribute to Launchbox.

About

A runtime environment for web applications.

https://nasa-jpl.github.io/launchbox/

License:MIT License


Languages

Language:Python 55.8%Language:JavaScript 19.4%Language:CSS 17.6%Language:HTML 5.2%Language:Makefile 0.8%Language:Dockerfile 0.6%Language:Shell 0.6%