Skip to content

AB2015-Ruby-on-Rails-101/builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Builder

Requirements

Mac OS X

  1. Use Command Line Tools for XCode for Lion (OS X 10.7) or Mountain Lion (OS X 10.8).

  2. Set zsh as your login shell:

    chsh -s /bin/zsh

Linux

We currently support these distros:

Also you can use distros derived from up these. (Linux Mint, LMDE, Elementary, Pepper Mint, etc.)

Use

Mac OS X

Read, then run the script:

zsh <(curl -s https://raw.githubusercontent.com/lab2023/builder/develop/mac.sh)

Linux

Read, then run the script:

bash <(curl -s https://raw.githubusercontent.com/lab2023/builder/develop/linux.sh)

What it does

Contributing

Once you've made your great commits:

  1. Fork Template
  2. Create a topic branch - git checkout -b my_branch
  3. Push to your branch - git push origin my_branch
  4. Create a Pull Request from your branch
  5. That's it!

Credits

lab2023

License

Copyright 2014 lab2023 – information technologies

About

Bash scripts for development & production environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%