All Top-level Files

Files in the top-level directory in any check-in

  • static
  • add_record.tpl
  • dd.py
  • dd.tpl
  • delete_record.tpl
  • edit_record.tpl
  • gpl-3.0.txt
  • README.md

Dummy Database

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
  • Git (optional)

Install and Run

  1. Install the Python Package Manager (pip). On Debian and Ubuntu, this can be done by running the apt-get install python-pip command as root.
  2. Install pip. To do this on Debian and Ubuntu, run the pip install bottle as root.
  3. Download Dummy Database using the wget https://chiselapp.com/user/dmpop/repository/dummy-database/tarball/dummy-database.tar.gz command.
  4. Extract the downloaded tarball with the tar xzvf dummy-database.tar.gz command.
  5. Run ./dd.py to start the app and point the browser to http://127.0.0.1.8080 to access it.