environment-management.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [environment-management]

www.codever.land/bookmarks/t/environment-management

Angular Configuring Application Environments

https://angular.io/guide/build#configuring-application-environments

You can define different named build configurations for your project, such as stage and production, with different defaults.

Each named configuration can have defaults for any of the options that app...


chruby

https://github.com/postmodern/chruby

Change your current Ruby. No shims, no crazy options or features, ~90 LOC.


fry

https://github.com/terlar/fry

Simple ruby version manager for fish.


gem_home

https://github.com/postmodern/gem_home

A tool for changing your $GEM_HOME.


rbenv

https://github.com/sstephenson/rbenv

Use rbenv to pick a Ruby version for your application and guarantee that your development environment matches production.


ruby-build

https://github.com/sstephenson/ruby-build

Compile and install Ruby.


ruby-install

https://github.com/postmodern/ruby-install

Installs Ruby, JRuby, Rubinius, MagLev or MRuby.


RVM

https://rvm.io

RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.


Tokaido

https://github.com/tokaido/tokaidoapp/releases

Ruby, Rails, SQLite and Redis encapsulated in a single drag-and-drop OS X app, designed to make installing a working RoR environment easy for beginners.


Uru

https://bitbucket.org/jonforums/uru

Uru is a lightweight, multi-platform command line tool that helps you use the multiple rubies on your 32/64-bit Linux, OS X, or Windows systems.


pipenv

https://github.com/kennethreitz/pipenv

Sacred Marriage of Pipfile, Pip, & Virtualenv.


poetry

https://github.com/sdispater/poetry

Python dependency management and packaging made easy.


pyenv

https://github.com/pyenv/pyenv

Simple Python version management.


venv

https://docs.python.org/3/library/venv.html

(Python standard library in Python 3.3+) Creating lightweight virtual environments.


virtualenv

https://pypi.python.org/pypi/virtualenv

A tool to create isolated Python environments.