| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
Clone the repository
git clone https://github.com/DeepakS-Github/CloudShell
cd CloudShellBuild and start the Docker containers
docker-compose up --buildAccess 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.
Clone the repository
git clone https://github.com/DeepakS-Github/CloudShell
cd CloudShellInstall server dependencies
cd server
npm installInstall client dependencies
cd ../client
npm installBuild the client
npm run devStart the server
cd ../server
npm startAccess 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.
If you find this project helpful, we'd appreciate it if you could give it a star ⭐.
| Back | FazBrowse Home | New Git URL |