Skip to content

afterlogic/docker-aurora-files-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

afterlogic/docker-aurora-files-legacy

Out-of-the-box Afterlogic Aurora Files image

Includes Apache, MySQL and PHP setup based on fauria/docker-lamp package

NB: This is a legacy edition of Docker image, Ubuntu and Apache are used, with MySQL in the image as well. The image will not be receiving updates as of September 2022. If you're looking for an up-to-date lightweight image, see afterlogic/docker-aurora-files (source on GitHub)

Creating the image

docker build -t afterlogic/docker-aurora-files-legacy .

Running docker image

Start your image binding the external port 80:

docker run -d -p 80:80 afterlogic/docker-aurora-files-legacy

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-legacy

and access the installation at http://localhost:800/

Accessing admin interface

To configure Aurora Files installation, log into admin interface using main installation URL and /adminpanel path.

Default credentials are superadmin login and empty password.

Overriding configuration

To override Aurora Files configuration, put config files with overrides into data/settings/ or data/settings/modules/. The file names must be the same as the ones you want to override.

Licensing Terms & Conditions

Content of this repository is available in terms of AGPLv3 license (see LICENSE file)

About

Docker image for Afterlogic Aurora Files. Legacy version with Ubuntu, Apache, PHP and MySQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published