Open source gallery software written in PHP
Report Bug
·
Request Feature
Open Gallery is an open-source gallery website source, the aim is to be able to have a good looking yet simple to use gallery.
Upon searching for gallery software we were not able to find good looking, responsive or good working gallery software.
Getting started with Open Gallery is pretty simple, make sure you have the prerequisites and follow the installation, afterwards you just login and start creating albums and uploading images or videos!
- PHP 7.4+
- Webserver/host
To check your php version:
php -v
- Download a Release
- Upload the source to your webhost using (s)ftp
- Setup the webhost according to symfony information
- Go to the setup page:
/s/setup
example:https://example.com/s/setup
- Follow the steps to set up the gallery and main administrator account
- The setup will create the database tables before guiding you to the main administrator account information
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
NOTE: Do NOT push the .env
file, changes into the .env
should be handled by modifying the templates/setup/config_templates/template.env
file
Distributed under the Apache 2.0 License. See LICENSE for more information.
Project Link: https://github.com/reashetyrr/open-gallery