1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

Updated with developer installation etc.

This commit is contained in:
Cameron
2017-10-23 13:56:14 -07:00
committed by GitHub
parent e3cf1e4086
commit 3892f5e6b2

View File

@@ -7,19 +7,47 @@ e107 is a free (open-source) content management system which allows you to easil
### Requirements ### Requirements
* PHP v5.4 or higher #### Minimum
* MySQL 4.x or higher
### Installation * A Web-Server (Apache or Microsoft IIS) running PHP v5.4 or higher and MySQL 4.x or 5.x.
* FTP access to your webserver and an FTP program such as Filezilla
* Username/Password to your MySQL Database
#### Recommended
* A Linux based Webserver running Apache 2.x, PHP 7.x and MySQL 5.x (LAMP)
* A registered Domain Name
* Access to a Server Control Panel (such as cPanel)
### Standard Installation
* Unzip/Extract the compressed file onto your server.
* Point your browser to the *http://localhost/YOUR FOLDER/install.php* (depending on your webserver setup) * Point your browser to the *http://localhost/YOUR FOLDER/install.php* (depending on your webserver setup)
* Follow the installation wizard * Follow the installation wizard
### Git Installation (developer version)
* Run the following commands ( where 'youraccount' is the folder above your public_html folder and xxx:xxx is the default owner for your files - this can be found using FileZilla and FTP)
```
cd youraccount
git clone https://github.com/e107inc/e107.git public_html
chown -R xxx:xxx public_html
```
* Point your browser to the *http://localhost/YOUR FOLDER/install.php* (depending on your webserver setup)
* Follow the installation wizard
### Reporting Bugs ### Reporting Bugs
Be sure you are using the most recent version prior to reporting an issue. Be sure you are using the most recent version prior to reporting an issue.
You may report any bugs or feature requests on GitHub (https://github.com/e107inc/e107/issues) You may report any bugs or feature requests on GitHub (https://github.com/e107inc/e107/issues)
### Pull-Requests ### Pull-Requests
* Please submit 1 pull-request for each Github #issue you may work on. * Please submit 1 pull-request for each Github #issue you may work on.
@@ -34,9 +62,13 @@ If you like e107 and wish to help it to improve - please consider making a small
* Bitcoin address: 18C7W2YvkzSjvPoW1y46PjkTdCr9UzC3F7 * Bitcoin address: 18C7W2YvkzSjvPoW1y46PjkTdCr9UzC3F7
* Paypal: donate (at) e107.org * Paypal: donate (at) e107.org
### Support ### Support
* http://e107help.org * http://e107help.org
### License ### License
* e107 is released under the terms and conditions of the GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * e107 is released under the terms and conditions of the GNU General Public License (http://www.gnu.org/licenses/gpl.txt)