Helper scripts for dev environment on Ubuntu 14.04 and 16.04 LTS.
Simple installation (example for install-dotnet.sh):
sudo bash install-dotnet.sh
Include VS Code IDE in installation (example for install-dotnet.sh):
sudo bash install-dotnet.sh -c
Installs .NET Core 1.0.0 and helpers: Yeoman scaffolder and Visual Studio Code editor
- .NET Core (1.0.0)
- git (latest)
- node.js (latest from 6.x)
- npm (latest)
- yeoman (latest)
- VS Code (latest) - optional (use
-c
flag after script filename)
Installs Ruby 2.3.0, Ruby on Rails 4.2.6, RVM and helpers: ruby debugging (ruby-debug-ide), basic unit testing (test-unit) and Visual Studio Code editor
- ruby (2.3.0)
- rvm (latest)
- rails (latest)
- bundler (latest)
- ruby-debug-ide (latest)
- git (latest)
- node.js (latest from 6.x)
- npm (latest)
- VS Code (latest) - optional (use
-c
flag after script filename)