GDO reference implementation in Python3.
Version 8.0.0
This is proprietary software.
The documentation is work in progress.
Please refer to the INSTALLATION, but it boils down to:
git clone https://github.com/gizmore/pygdo
cd pygdo
pip3 install -r requirements.txt
./gdo_admin.sh configure
nano protected/config.php
./gdo_admin.sh database --mysql -x > sudo mysql # To create a database
./gdo_admin.sh provide dog_website # or any other modules wanted
./gdo_admin.sh install --all
./gdo_admin.sh setenv -x
sudo ./gdo_admin.sh webconfig --apache > /etc/apache2/sites-enabled/099_pygdo.conf
/etc/init.d/apache2/restart
./gdo_admin.sh cronjob -x # if cronjobs are wanted
pygdo echo Hello World!
The core is only using MIT licensed modules and is licensed under the proprietary GDOv8 license.
Modules are licensed separately.