PingoJS is currently in beta and not yet publicly available.
PingoJS is not open-source and is actively being developed. An official release date is yet to be determined. However, we are currently offering selected testers the opportunity to try out the CMS in the beta phase. A direct application for participation is not planned, as the selection of testers is carried out by us - with a special focus on users who have already been involved in earlier beta versions of PingoJS.
https://get.pingojs.de/1.0.0-beta.1/zip?token=[your token]
tar.gz
https://get.pingojs.de/1.0.0-beta.1/tar.gz?token=[your token]
The first step is to add this to your composer.json file:
{
"name": "project/pingojs",
"description": "My first project with PingoJS",
"type": "project",
"repositories": [
{
"type": "package",
"package": {
"name": "pingojs/cms-core",
"version": "1.0.0-beta.1",
"dist": {
"url": "https://get.pingojs.de/1.0.0-beta.1/zip?token=[your token]",
"type": "zip"
}
}
}
],
"require": {
"pingojs/cms-core": "1.0.0-beta.1"
}
}
The next step is to run composer install to install the CMS.
composer install
| Operating System | Linux, Windows, or macOS (including hosting on common cloud environments) |
|---|---|
| Webserver | Apache httpd, Nginx |
| Supported Browsers |
Chrome (latest) Edge (latest) Firefox (latest) Safari (latest) |
| Composer | Composer >= 2.1 |
| Database |
MariaDB >= 10.4.3 MySQL >= 8.0.17 PostgreSQL >= 10.0 SQLite >= 3.8.3 |
| Hardware | RAM >= 256 MB |
| PHP | PHP >= 8.4.1 |