Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 2.37 KB

File metadata and controls

64 lines (39 loc) · 2.37 KB

FRS - fast Ruby setup

Automation script for spin-up Ruby developer environment. Configure your developer stuff on Linux Ubuntu in minutes 🚀

Features

Requirements/Preconditions

  1. Fresh Linux Ubuntu 20.04.3 LTS / Linux Ubuntu 21.10
  2. wget system dependency
  3. GitHub personal access token. Go to Github/Settings/Developer settings/Personal access tokens to create it.

Using

Install wget

Open your terminal. Install wget:

sudo apt-get install wget

Download setup script

wget https://raw.githubusercontent.com/RubyWorkout/frs/master/setup.sh

Run script

Run Fast Ruby Setup script with your email, name (registered on github), github username and github personal access token as position arguments:

. ./setup.sh johndoe@example.com "John Doe" git_username git_token

Reboot and focus on development, not on developer tools!

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/RubyWorkout/frs. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct. Please check the open tickets. Be sure to follow Contributor Code of Conduct below and our Contributing Guidelines.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the FRS project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

Credits

Versioning

FRS uses Semantic Versioning 2.0.0