Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 942 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 942 Bytes

BarTab

A simple bar tab for your web browser using Bootstrap and PHP. The BarTab specific code is licensed under the Beer license while both Slim framework and Bootstrap are licensed under the MIT license.

If you use BarTab in any shape or form, please feel free and encouraged to share your feedback.

External libraries

  • Slim framework (For path rewrite.)
  • Textile (Planned for description and heavier text parts.)
  • Bootstrap (For most CSS and javascript.)

Setup

  1. Create a database and database user for a MySQL database.
  2. Edit default-config.php to use your preferred language and your database connection.
  3. Rename default-config.php to config.php.
  4. Run your application at with path www.yoursite.url/setup
  5. Use the default user with username: 'admin' and password: 'password'.
  6. Setup other users and reconfigure the default user.
  7. Set enable_db_setup in configuration file.
  8. Enjoy your BarTab.