From 06dd65488a105a2ca12aada27e4c4ae4533c1f13 Mon Sep 17 00:00:00 2001 From: Evan O'Connell Date: Sun, 18 Aug 2013 21:03:23 -0400 Subject: init readme --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..35a8b61 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# Bayonet CMS + +- Version 0.0.1 Alpha + + + +## Description + +Bayonet is a CMS designed for online gaming units. It comes with the member management module RUDI. + + +## Usage + +This project is not actively managed. Use this software at your own risk. + + +## Installation + +Initialize your database with this [schema](schema.sql). + +__Admin account__ +Username: admin +Password: password + +Configure and rename `[config.example.php](include/config.example.php)` to `config.php` + + +## Contributors + +- [Joe Hunkeler](https://github.com/jhunkeler) +- [Evan O'Connell](https://github.com/eoconnell) +- [Alan Brault](https://github.com/extrarius) +- Jesse Larrabee \ No newline at end of file -- cgit From 50f14f6bee7e1efaac5971579fc2e76c728ecad6 Mon Sep 17 00:00:00 2001 From: Evan O'Connell Date: Sun, 18 Aug 2013 21:12:25 -0400 Subject: Fixes readme formatting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 35a8b61..9a4eda4 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ This project is not actively managed. Use this software at your own risk. Initialize your database with this [schema](schema.sql). -__Admin account__ -Username: admin -Password: password +#### Admin account + Username: admin + Password: password -Configure and rename `[config.example.php](include/config.example.php)` to `config.php` +Configure and rename [config.example.php](include/config.example.php) to `config.php` ## Contributors @@ -30,4 +30,4 @@ Configure and rename `[config.example.php](include/config.example.php)` to `conf - [Joe Hunkeler](https://github.com/jhunkeler) - [Evan O'Connell](https://github.com/eoconnell) - [Alan Brault](https://github.com/extrarius) -- Jesse Larrabee \ No newline at end of file +- Jesse Larrabee -- cgit