https://github.com/gardner/lopa
https://github.com/gardner/lopa
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gardner/lopa
- Owner: gardner
- Created: 2013-05-08T03:03:52.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T06:11:31.000Z (over 12 years ago)
- Last Synced: 2025-08-01T22:20:34.383Z (11 months ago)
- Language: PHP
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LOPA Campaign Site
===
Requirements
====
* linux
* apache
* mysql
* php
Installation
====
* create the database ```mysqladmin -uroot -p create lopa```
* add the lopa user:
CREATE USER 'lopa'@'localhost' IDENTIFIED BY '${password}';
GRANT ALL PRIVILEGES ON lopa.* TO 'lopa'@'localhost'
* in the directory with the READM.md create a file named db.ini which is only readable by the user that the web server runs as and fill it with two entries:
username=lopa
password=8mYtLPhyshe4
* run install/install.sh
Uses BSD licenced cat images from https://github.com/maxogden/cats. (Thanks Max!)