This repository has been archived by the owner on Feb 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
63 lines (47 loc) · 2.06 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
===============
ABOUT
===============
Featherweight is an addons site for Mozilla based software products.
Contrary to the Zamboni platform, it is written in PHP. Featherweight
is based on the CodeIgniter framework, and aims to be a more
lightweight, simplistic alternative.
Since many opensource projects use free or shared hosting, sometimes
php is the best way to go. In terms of performance, not having a
persistent process is sometimes required, such as with Dreamhost.
===============
LICENSE
===============
Featherweight is originally conceived and written by
Matt Parnell/ilikenwf, and is (C) Copyright 2011 Matt Parnell; however,
it is licensed under the GNU GPLv3.
Ion_Auth is copyright Ben Edmunds, and can be found at the following:
https://github.com/benedmunds/CodeIgniter-Ion-Auth
This README must be included in any distribution, modification, or live
version of the application in order to keep credit to those due and
to affirm it's status under the GPLv3.
===============
HOW TO HELP
===============
If you would like to support development, please support the
Nightingale project with code contributions (to Featherweight
or Nightingale itself) ...just visit our forums at
http://getnightingale.com or join us in IRC on MozNet, in #nightingale
===============
INSTALL
===============
All that's required is a standard LAMP setup - Linux, Apache, MySQL,
and PHP...
From there, decide where in your webroot or subdomain, or vhost you'd
like to put Featherweight, and clone the git repo there. Then, edit
application/config/database.php to set your database details. YOU MUST
set the absolute path to featherweight/application/cache/db and turn caching on in
order to cache database queries (HIGHLY RECCOMENDED!).
Then, in config.php, make sure to set a session key to enable session
cookies.
Further information for configuration is detailed in each of the files
in application/config/*.php
Then, navigate your browser to the location you installed featherweight,
and you should be able to login using:
password
Make sure to change your password!