Out-of-the-box Afterlogic Aurora Files image
Includes Apache, MySQL and PHP setup based on fauria/docker-lamp package
docker build -t afterlogic/docker-aurora-files .
Start your image binding the external port 80:
docker run -d -p 80:80 afterlogic/docker-aurora-files
and access the container via web browser at http://localhost/
Alternately, you can use any other port available, e.g. 800:
docker run -d -p 800:80 afterlogic/docker-aurora-files
and access the installation at http://localhost:800/
To configure Aurora Files installation, log into admin interface using main installation URL and /adminpanel
path.
Default credentials are superadmin login and empty password.
To override Aurora Files configuration, put config files with overrides into /opt/afterlogic/data/settings
or
/opt/afterlogic/data/settings/modules
. The file names must be the same as the ones you want to override.
Content of this repository is available in terms of AGPLv3 license (see LICENSE
file)