This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
forked from snytkine/LampCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
101 lines (65 loc) · 2.96 KB
/
README.txt
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
What is Lampcms?
=================
Lampcms is the open source high-performance web program
for creating Questions/Answers website.
This is similar, but not exactly the same as a traditional web forum.
Question/Answer type of site is more suitable for certain types
of online communities and customer support sites.
This program, however can easily be adapted for creating
a general purpose discussion communities where it
is
not required to start a thread in a form of a question
but simply start a discussion of any topic while others
will be able to reply (instead of "answer") to a topic
as well as make comments, rate topics and earn
reputation
based on how other users rate their topics and replies.
The program uses very flexible templating system
with support for "themes" and mobile browsers.
The program is written in php in object-oriented style,
making it easy for developers to add new features
by adding new classes or extending existing classes.
The program also uses event driven design
with the Subject/Observer pattern.
This program is very fast and can scaled to a very large size
as well as being able to handle
very heavy web traffic
(thousands of requests per second is possible on a single server).
The NoSQL database MongoDB is used as a back-end storage,
which means no matter
how large your database is,
the speed will always remain the same.
There are never any database
JOINS, all queries
are simple selects and always executed blindingly fast.
It is also very easy to add additional database servers
as the database grows.
The design of MongoDB
makes it very easy to "just add another server"
with almost no downtime.
More info here: http://www.lampcms.com/features.htm
REQUIREMENTS
=============
A version of php is 5.3 or later. Recommended is 5.3.3 or later.
MongoDB database
MySQL database (yes, MySQL too, but only for one table)
More on requirements here: More info here: http://www.lampcms.com/documentation.htm#requirements
INSTALLATION
==============
Installation instructions are here: http://www.lampcms.com/documentation.htm#installation
LICENSE
=============
GNU LESSER GENERAL PUBLIC LICENSE (LGPL) version 3
http://www.gnu.org/licenses/lgpl-3.0.txt
Attribution required:
All web pages generated by the use of this software, or at least
* the page that lists the recent questions (usually home page) must include
* a link to the http://www.lampcms.com and text of the link must indicate that
* the website's Questions/Answers functionality is powered by lampcms.com
* An example of acceptable link would be "Powered by <a href="http://www.lampcms.com">LampCMS</a>"
* The location of the link is not important, it can be in the footer of the page
* but it must not be hidden by style attributes
HELP
============
If you have any questions, visit our
support Q and A site here: http://support.lampcms.com