Sign inSign up

sasan/virtualx

By sasan

Updated about 9 years ago

VirtualX docker image for Online test taking / examination system OSS

Image
2

783

sasan/virtualx repository overview

VirtualX docker image for Online test taking / examination system OSS

Currently this is a staged virtualx image created that needs to be fix through following mechanism Step #0 (FIRST GRAB ALL RELATED composer files from repository location https://github.com/ksasan/docker/tree/master/recipes/virtualx

NORMAL LAUNCH: (When you run in directory checkout above) docker-composer up -d (Site is available on host port 8888)

===================================================================================== FIXING (latest)

  1. Launch command prompt for fixing through docker exec -it /bin/bash
  2. Run to create sample database entries /bin/bash /tmp/virtxDbSetup.sh
  3. restart apache sudo service apache2 restart

The creation of docker image for virtualx can be similarly used to enable legacy OSS software

Reference : Original Implementation (OSS) : https://sourceforge.net/projects/virtualx/

=====================================================================================

FIXING (v3)

  1. Launch command prompt for fixing through docker exec -it /bin/bash
  2. Fix file /var/www/virtualx/config/database.yml (for gaps in password possibly, which should be marked virtx as well)
  3. Run to create sample database entries chmod 755 /tmp/virtxDbSetup.sh /tmp/virtxDbSetup.sh
  4. restart apache sudo service apache2 restart

===================== For any help in above Docker image usage, contact ksasan at gmail

Tag summary

Content type

Image

Digest

Size

640.1 MB

Last updated

about 9 years ago

docker pull sasan/virtualx