2015-03-06 16:07:22 +01:00
|
|
|
|
|
|
|
shellinabox
|
|
|
|
===========
|
|
|
|
|
|
|
|
This is unofficial fork of project **shellinabox**. Fork was created because
|
|
|
|
original project is not maintained anymore and we cannot contact original
|
|
|
|
repository owners.
|
|
|
|
|
2015-03-12 15:28:14 +01:00
|
|
|
Our aim is to continue with maintanince of shellinabox project. For list of
|
|
|
|
recent changes please see [CHANGELOG.md](/CHANGELOG.md).
|
2015-03-06 16:07:22 +01:00
|
|
|
|
|
|
|
If you have any questions, issues or patches, please fell free to submit pull
|
|
|
|
request or report an issue. You can also drop an email to original project
|
|
|
|
[issue #261](https://code.google.com/p/shellinabox/issues/detail?id=261) discusion
|
|
|
|
from where this fork started.
|
|
|
|
|
|
|
|
|
|
|
|
About shellinabox
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
Shell In A Box implements a web server that can export arbitrary command line
|
|
|
|
tools to a web based terminal emulator. This emulator is accessible to any
|
|
|
|
JavaScript and CSS enabled web browser and does not require any additional
|
|
|
|
browser plugins.
|
|
|
|
|
2015-03-12 15:28:14 +01:00
|
|
|
![Shell In A Box preview](/misc/preview.png?raw=true)
|
|
|
|
|
2015-03-06 16:07:22 +01:00
|
|
|
More information:
|
|
|
|
|
|
|
|
* [Official site](https://code.google.com/p/shellinabox)
|
|
|
|
* [Official wiki](https://code.google.com/p/shellinabox/wiki/shellinaboxd_man)
|
|
|
|
|
2015-03-12 15:28:14 +01:00
|
|
|
|
|
|
|
Build
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
For building **shellinabox** from source on Ubuntu use commands listed below.
|
|
|
|
|
|
|
|
1. Install dependencies
|
|
|
|
```
|
|
|
|
apt-get install git dpkg-dev debhelper autotools-dev libssl-dev libpam0g-dev zlib1g-dev libssl1.0.0 libpam0g
|
|
|
|
```
|
|
|
|
2. Clone sources and move to project directory
|
|
|
|
```
|
|
|
|
git clone https://github.com/shellinabox/shellinabox.git && cd shellinabox
|
|
|
|
```
|
|
|
|
3. Run autotools in project directory
|
|
|
|
```
|
|
|
|
autoreconf -i
|
|
|
|
```
|
|
|
|
4. Configure and make in project directory
|
|
|
|
```
|
|
|
|
./configure && make
|
|
|
|
```
|
|
|
|
|
|
|
|
Issues
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
All reported issues were imported from [Google Code Project Issues](https://code.google.com/p/shellinabox/issues/list).
|
|
|
|
You can report new issues here, but please try to reproduce them on our sources.
|
|
|
|
|