https://github.com/xonsh/inabox
Distribution of shellinabox for Xonsh
https://github.com/xonsh/inabox
Last synced: 6 months ago
JSON representation
Distribution of shellinabox for Xonsh
- Host: GitHub
- URL: https://github.com/xonsh/inabox
- Owner: xonsh
- Created: 2016-10-06T05:41:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T06:37:31.000Z (about 9 years ago)
- Last Synced: 2025-06-26T11:44:30.978Z (7 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Xonsh in a Box
==============
Just some files to set up a server (specifically, EC2) with [shellinabox](https://github.com/shellinabox/shellinabox) and xonsh.
To run
------
```sh
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:
```console
$ docker build -t testxonshlive --no-cache --force-rm .
```
Then, you can start up the server locally with,
```console
$ docker run -p 4242:80 testxonshlive
```
You can then test it out by navigating to http://localhost:4242/