diff options
author | Evan O'Connell <oconn.e@gmail.com> | 2013-08-18 21:03:23 -0400 |
---|---|---|
committer | Evan O'Connell <oconn.e@gmail.com> | 2013-08-18 21:03:23 -0400 |
commit | 06dd65488a105a2ca12aada27e4c4ae4533c1f13 (patch) | |
tree | 66d048291ed3cf27bb7a3539679e2a7b1cd29c1e | |
parent | 02d7b546456ded90d6bb141fbeeaa4c024d50988 (diff) | |
download | bayonetcms-06dd65488a105a2ca12aada27e4c4ae4533c1f13.tar.gz |
init readme
-rw-r--r-- | README.md | 33 | ||||
-rw-r--r-- | docs/README | 1 |
2 files changed, 33 insertions, 1 deletions
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 diff --git a/docs/README b/docs/README deleted file mode 100644 index 8b13789..0000000 --- a/docs/README +++ /dev/null @@ -1 +0,0 @@ - |