Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Artifact ID: | 4bd8a95f858d4b03ac9a82ee07b9011281b105d4 |
|---|---|
| Page Name: | Dummy Database |
| Date: | 2016-07-21 09:28:58 |
| Original User: | dmpop |
| Mimetype: | text/x-markdown |
Content
A basic web app powered by the Python Bottle framework. You can use it as a starting point for building your own web-based apps.
Dependencies
- Python
- Python Bottle
Install and Run
- Install the Python Package Manager (pip). On Debian and Ubuntu, this can be done by running the
apt-get install python-pipcommand as root. - Install pip. To do this on Debian and Ubuntu, run the
pip install bottleas root. - Download Dummy Database using the
wget https://chiselapp.com/user/dmpop/repository/dummy-database/tarball/dummy-database.tar.gzcommand. - Extract the downloaded tarball with the
tar xzvf dummy-database.tar.gzcommand. - Run
./dd.pyto start the app and point the browser to http://127.0.0.1.8080 to access it.
Author
Dmitri Popov (dmpop@linux.com)