forked from LEPTON-project/LEPTON
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
37 lines (26 loc) · 1.21 KB
/
INSTALL
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
LEPTON CMS Installation Instructions
============================================
First of all you must have a webserver/webspace with following requirements:
* Minimum of 30 MB webspace (extended installations need more)
* PHP 5.3.x or higher
* MySQL 5.0 or higher
* PHP Safe Mode = off
* Activated PHP Session Support
PHP and MySQL installed correctly.
You can check if your server meets the requirements using the precheck file from our homepage:
http://www.lepton-cms.org/english/download/precheck.php
To start installation place the "upload" folder somewhere on
your server, probably under the document root:
e.g. /documentroot/upload
This should be accessed by an address something like this:
e.g. http://your_domain.tld/upload/
If you want no "upload" directory please upload all files and folders directly to your root.
Now create a blank MySQL database and use collation "utf8_unicode_ci" if possible.
Once that is all done simple run the
install script from your browser:
e.g. http://your_domain.tld/upload/install
or
http://your_domain.tld/install
if you don't want "upload" directory.
Fill in the form, submit and if all details are correct, you should be taken to LEPTON Login Page.
Have fun!