VoCol - Integrated Environment to Support Vocabulary Development with Version Control Systems
446
#run vocol container and bind to port 8087 of the host (sudo) docker run --name vocolContainer -d -p 8087:80 lavdim/vocol:latest /usr/sbin/apache2ctl -D FOREGROUND
#Execute script reset.sh to reset and start neccessary services (sudo) docker exec vocolContainer /home/vagrant/resetVoCol.sh
#Configure vocol according your preferences by navigating to the following link http://localhost:8087/docs/configuration_page.html
Note: in order to allow automatic execution after each push to repository, VoCol Container "must" be accessible from internet e.g. from Github to deliver the push event information using WebHook mechanism and PubSubHubBub protocol.
Content type
Image
Digest
Size
1.3 GB
Last updated
over 9 years ago
docker pull lavdim/vocol