KSP-SpaceDock / OpenDock

Old Experimantal Implementation (not finished, please ignore)
MIT License
3 stars 3 forks source link

OpenDock

OpenDock is an open source frontend for the SpaceDock-Backend software, an API backend for hosting game modifications. This a project to develop a frontend that is capable of using the data provided by the SpaceDock-Backend API, to display a fully useable mod site. When it is finished, it has the potential to become the official frontend used by spacedock.info.

SDB Plugins

OpenDock requires the installation of plugins in the SDB instance it uses. These plugins are located in SpaceDock-Extras, namely

The plugins.txt file that gets used should look like this

github.com/KSP-SpaceDock/SpaceDock-Extras/plugins/adapter
github.com/KSP-SpaceDock/SpaceDock-Extras/plugins/ckan
github.com/KSP-SpaceDock/SpaceDock-Extras/plugins/media
github.com/KSP-SpaceDock/SpaceDock-Extras/plugins/search
github.com/KSP-SpaceDock/SpaceDock-Extras/plugins/transformers

Web server

You'll need a PHP-enabled web server to run OpenDock.

If you have Apache2, you can point it to your OpenDock folder like this (modifying the paths as needed):

    Alias "/OpenDock/" "/path/to/gopath/src/github.com/KSP-SpaceDock/OpenDock/"
    <Directory "/path/to/gopath/src/github.com/KSP-SpaceDock/OpenDock/">
        AllowOverride All
        Require all granted
    </Directory>

Configuration

Copy config.example.php to config.php and edit to taste:

'gameshort' => 'kerbal-space-program'

Authors

The list of authors can be found in the THANKS file.

License

This application is licensed under the MIT License. You are free to remix, adapt and redistribute it, however, please credit the original authors

OpenDock uses the slim, jQuery and vue.js frameworks to do its work.

It uses the following jQuery Plugins:

The icon was created by Freepik © Flaticon