Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 621 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 621 Bytes

/opt/development

A bunch of scripts to help to setup development environments.

Steps for setup:

  • Add Your development user to the adm group
sudo usermod -a -G adm $USER

You need to exit and relogin to get updated user credentials.

  • Update directory settings
sudo chgrp adm /opt
sudo chmod g+w /opt
  • Fetch this repository (or Your fork) and initialize it
git clone [email protected]:bsmr/-opt-development.git /opt/development
/opt/development/bin/setup-bash-aliases --force
  • To "activate" the development environment issue development-environment from bash