LiveCode community server on Docker

Charles Warwick charles at techstrategies.com.au
Wed Jul 29 03:17:40 EDT 2015


Hi All,

In case anyone is interested, I have uploaded a Docker image with Apache + LiveCode Community Server installed to the Docker Hub registry .

https://registry.hub.docker.com/u/techstrategies/livecode/ <https://registry.hub.docker.com/u/techstrategies/livecode/>

To use, simply run the following command from the directory where you have your LiveCode scripts:

	docker run -it --rm -P --name livecode -v "$PWD":/var/www/html/ techstrategies/livecode:7.0.6

Cheers,

Charles


More information about the use-livecode mailing list