Open mattyw opened 10 years ago
+1, may attempt to tackle this if I get some quality time with my 'puter after work one day.
@chazu how about a docker container? This should probably be even easier and easier to distribute?
I'm having a play around with this. Adding a dockerfile to the root of the repo that can be used to build docker images
Awesome! Will keep an eye on this issue :)
If the Dockerfile is present, a 'trusted' image/automated build should be possible, allowing people to try xiki directly from docker-hub
I've added a pull request for a very simple dockerfile that seems to basically work https://github.com/trogdoro/xiki/pull/106.
It looks like there still work to be done though
@thaJeztah this dockerfile could be used to build an image for uploading to the docker hub
Nice, will give it a try when I'm behind my computer!
I got xsh running inside docker (though I didn't make a Dockerfile). Xsh seems to mosly work. However typing Ctrl+P doesn't work unless you type it twice - I guess that's just something people deal with in Docker?
Is there a simple way in Docker to edit files in the host OS? Like if you're running OSX, can you edit files in OSX?
I don't have these issues with Vagrant - possibly it's a better option (or parallel option)?
A useful interim step before simplified install is sorted: we could produce one of: a virtual box appliance, container, vagrant file that will setup xiki on a system for us so we can start playing before the install process is simplified