Note: This article has been deprecated as of 2024/01/10. It is no longer maintained and may contain outdated information. For updated content, please refer to How to install a local eFront portal using Docker.
Reason for Deprecation: custom, local installations are no longer supported. If you have any questions or need further assistance, please contact our support. |
Preparing eFront setup:
1. Uncompress eFront files to a system folder, for example C:\eFront or /var/www/eFront
2. Create a virtual host in your web server, having a document root pointing to the above directory's www/ folder, for example c:\eFront\www or /var/www/eFront/www. It is very important to make sure that it points to www/, and not eFront/, otherwise various parts of the system will misbehave.
3. Give write permissions to your web server for the `eFront` folder. At a minimum, the web server must have write access to the following folders:
- www/content/
- www/plugins/
- files/
- backups/
- temp/
- libraries/ (for the duration of the installation, in order for the configuration file to be created. Permanently, in order to enable upgrading through the platform itself)
Installing eFront using the web interface wizard
- Point your browser to your virtual host's homepage, for example, http://eFront.example.com
- Click the «Install» button and fill in the required database and user information. Click on submit.
- That's it! You're now signed in to the administrator account, have fun!