GithubHelp home page GithubHelp logo

deepaks-github / cloudshell Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 56 KB

CloudShell is a web-based terminal application built with Node.js. It enables you to execute shell commands from a web interface, supporting interactive shell access and real-time command execution. Easily deploy using Docker or set up manually.

JavaScript 84.69% Dockerfile 6.24% HTML 5.71% CSS 3.36%
interactive-shell operating-system real-time-communication shell-commands web-terminal bash child-process remote-command-execution expressjs nodejs

cloudshell's Introduction

CloudShell

CloudShell is a web-based terminal application built with Node.js and React.js. It allows you to execute shell commands from a web interface. The project is designed to be simple and easy to set up, with options for running in a Docker container using Docker Compose or manually.

Features

  • Interactive shell access through a web browser
  • Supports Bash and other shell environments
  • Real-time command execution and output display

Architecture Overview

execution

Screenshots

Screenshot1 Screenshot2 Screenshot3 Screenshot4

Getting Started

Prerequisites

Installation

Docker Compose Installation (may take some time)

  1. Clone the repository

    git clone https://github.com/DeepakS-Github/CloudShell
    cd CloudShell
  2. Build and start the Docker containers

    docker-compose up --build
  3. Access the web terminal

    Open your browser and navigate to http://localhost:3000.

Note: When you run the project in the Docker environment using Docker Compose, the server will run in an Ubuntu container which is independent from your computer environment.

Manual Installation

  1. Clone the repository

    git clone https://github.com/DeepakS-Github/CloudShell
    cd CloudShell
  2. Install server dependencies

    cd server
    npm install
  3. Install client dependencies

    cd ../client
    npm install
  4. Build the client

    npm run dev
  5. Start the server

    cd ../server
    npm start
  6. Access the web terminal

    Open your browser and navigate to http://localhost:3000.

Note: When you use the manual installation and run the code, the shell will be linked to your computer's environment.

Usage

  • Open the web terminal in your browser.
  • Type your commands and see the output in real time.

If you find this project helpful, we'd appreciate it if you could give it a star โญ.

cloudshell's People

Contributors

deepaks-github avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.