Skip to content
/ pygdo Public

GDOv8 reference implementation in Python3 (Properitary sourcecode!)

License

Notifications You must be signed in to change notification settings

gizmore/pygdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pygdo

GDO reference implementation in Python3.

Version 8.0.0

This is proprietary software.

Documentation

The documentation is work in progress.

Installation

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.

About

GDOv8 reference implementation in Python3 (Properitary sourcecode!)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published