Skip to content

Latest commit

 

History

History
executable file
·
54 lines (40 loc) · 1.43 KB

README.md

File metadata and controls

executable file
·
54 lines (40 loc) · 1.43 KB

Pano logo

Pano is an advanced web platform that comfort your Minecraft server's website needs.

Maintained License Chat


Project Status

Pano is still under heavy development. There can be breaking changes but we're trying to keep them as minimum as possible.

Prerequisites

JDK 8+
MySQL v5+ / MariaDB
Docker & Docker Compose (optional)

Development

Getting Started

Clone this repository.

git clone --recursive https://github.com/panocms/pano.git
cd pano
Compile & Run & Debug
./gradlew run

Using Docker (recommended)

docker-compose up
MySQL Default Values
database: pano
root password: pano

Contributing

Merge requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the GNU GPLv3 License - see the LICENSE file for details