Skip to content

speedata/development-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

development-docker

This image contains all the software necessary to build the speedata publisher, a full featured database publishing software. More information about the software is available at https://www.speedata.de/

To use the image do the following:

mkdir develop
docker run --rm -it -v $PWD/develop:/develop speedata/development:latest
cd /develop
git clone https://github.com/speedata/publisher.git
cd publisher
rake build
rake buildlib

To test the software use a sample hello world shipped with the repository:

cd doc/manual/doc/examples-en/helloworld/
sp

The PATH is set to also include /develop/publisher/bin which contains the sp binary if you follow the instructions above.

About

Docker image for speedata Publisher development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published