https://github.com/gohypernet/galileo-ide
Web-based Code editor for Galileo Missions
https://github.com/gohypernet/galileo-ide
docker ide nodejs theia
Last synced: about 1 year ago
JSON representation
Web-based Code editor for Galileo Missions
- Host: GitHub
- URL: https://github.com/gohypernet/galileo-ide
- Owner: GoHypernet
- License: other
- Created: 2021-04-20T23:23:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T21:52:42.000Z (almost 5 years ago)
- Last Synced: 2023-03-07T09:16:47.761Z (over 3 years ago)
- Topics: docker, ide, nodejs, theia
- Language: HTML
- Homepage: https://hypernetlabs.io/galileo/
- Size: 2.09 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://hypernetlabs.io/galileo)
# Galileo IDE
The [Galileo](https://hypernetlabs.io/galileo/) IDE is based on the [Theia project](https://theia-ide.org/).
Components are added via dependencies in package.json. Additional functionality can be added plugins which can
be specified at build-time via package.json or added during an active user session through the plugin manager.

The build environment is currently based on the [ubuntu:18.04](https://hub.docker.com/_/ubuntu)
base image.
## Build
To build a local version of the IDE, first uncomment the basic authentication commands at
the bottom of the Dockerfile. Then run the following command in the root of the project:
`docker build -t galileo-ide .`