A public website builder.
Simple Editor Create awesome websites with zero coding or design experience.
Themes and Templates Choose from a variety of website themes, color variations, and page templates.
Multi-site Build and manage multiple websites at the same time
File Manager Upload pictures and files and add them to your sites with a simple file browser tool.
Analytics See visitor location, page views, and more with a built-in analytics dashboard.
Contact Forms Simply create a page with a contact form template and start receiving and replying to messages from a dashboard.
- Follow the installation directions for AccountHub, then download this app somewhere.
- Copy
settings.template.php
tosettings.php
- Import
database.sql
into your database server - Edit
settings.php
and fill in your database settings - Create a folder outside the webroot for FILE_UPLOAD_PATH in settings.php
- Download the MaxMind GeoLite2 City database from https://dev.maxmind.com/geoip/geoip2/geolite2/ and set GEOIP_DB to its location
- Set the location of the AccountHub API in
settings.php
(see "PORTAL_API") and enter an API key ("PORTAL_KEY") - Set the location of the AccountHub home page ("PORTAL_URL")
- Set the URL of this app ("URL")
- Copy webroot.htaccess to your webroot and adjust paths if needed
- Run
composer install
(orcomposer.phar install
) to install dependency libraries - Run
git submodule init
andgit submodule update
to install other dependencies via git.