/inbo

X-Distribution of shellinabox for Xonsh

Primary LanguageShell

Xonsh in a Box

Just some files to set up a server (specifically, EC2) with shellinabox and xonsh.

To run

curl https://raw.githubusercontent.com/xonsh/inabox/master/bootstrap | sh

Docker Local Test

To test this in a local container, first build a clean version of the image:

$ docker build -t testxonshlive --no-cache --force-rm .

Then, you can start up the server locally with,

$ docker run -p 4242:80 testxonshlive

You can then test it out by navigating to http://localhost:4242/