b3cft / camra_nbss
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit e5a88852bd6b5fbccdc889794fa78c518aae4e06
tree b0fc9a513b42a42b606b8767993a75d1d191b0ae
parent 3848bfc0bc907dbdeb3bf2010e0a1430bc2d344b
tree b0fc9a513b42a42b606b8767993a75d1d191b0ae
parent 3848bfc0bc907dbdeb3bf2010e0a1430bc2d344b
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | ||
| |
LICENSE | ||
| |
README | ||
| |
TODO | ||
| |
VERSION | ||
| |
admin/ | ||
| |
api/ | ||
| |
config.example.php | ||
| |
denied/ | ||
| |
enter/ | ||
| |
feedback/ | ||
| |
history/ | ||
| |
includes/ | ||
| |
index.php | ||
| |
install/ | ||
| |
login/ | ||
| |
logout/ | ||
| |
results/ | ||
| |
signup/ | ||
| |
skin/ |
README
camra_nbss Campaign For Real Ale National Beer Scoring System Allows a group of branch of CAMRA members maintain their own NBSS site. Individual member accounts, available via signup service. Auto validiation after signup is configurable. Full reporting on branch pubs for administrative users. demo site at http://devnbss.camranorthherts.org.uk/ Quick setup ----------- 1) Unpack into folder of your choice. 2) Create a database (MySQL tested, *should* work with others) and secure if required. 3) Import /install/*.sql into new database. 4) Copy /config.example.php to /config.php 5) Edit config.php and enter DB settings from 2). 6) Login using username/password 11111/11111 7) Goto Admin section and Manage Users, reset password etc. 8) Logout and log back in to check all is well. 9) Remove/rename the /install folder. 10) Start adding your users, towns and pubs.

