An open API service indexing awesome lists of open source software.

https://github.com/yscialom/devenv

A ready-to-go development environment in docker containers.
https://github.com/yscialom/devenv

ansible docker git ide ssh zsh

Last synced: 5 months ago
JSON representation

A ready-to-go development environment in docker containers.

Awesome Lists containing this project

README

          

# Description
A ready-to-go development environment in docker containers.

![Example of VS Code in Firefox](doc/ysc-devenv-2023-01-17.png)

# Prerequisites
- Have a linux host with docker installed (note: snap installation is broken as devenv needs to read in your actual $HOME).
- An ssh identity in `~/.ssh/id_rsa`

# Installation
- Open [example.env](example.env) and set your preferred configuration.
- Rename `example.env` to `.env`
- Run `start.sh`

# Usage
- With your preferred web browser, go to [http://localhost:13780](http://localhost:13780).