Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lab2023/builder
Bash scripts for development & production environments
https://github.com/lab2023/builder
Last synced: about 2 months ago
JSON representation
Bash scripts for development & production environments
- Host: GitHub
- URL: https://github.com/lab2023/builder
- Owner: lab2023
- License: mit
- Created: 2013-09-28T12:23:25.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2022-03-07T12:04:09.000Z (almost 3 years ago)
- Last Synced: 2023-08-02T07:12:53.991Z (over 1 year ago)
- Language: Shell
- Homepage: http://kebab-project.org/
- Size: 27.3 KB
- Stars: 31
- Watchers: 14
- Forks: 24
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Builder
# Requirements
## Mac OS X
1) Install Xcode
2) Use [Command Line Tools for XCode](https://developer.apple.com/downloads/index.action) for Lion (OS X 10.7) or Mountain Lion (OS X 10.8) or Sierra.
3) Set zsh as your login shell:
chsh -s /bin/zsh
## Linux
We currently support these distributions:
* [Ubuntu 20.04 LTS: Focal Fossa](https://wiki.ubuntu.com/FocalFossa/ReleaseNotes),
* [Ubuntu 18.04 LTS: Bionic Beaver](https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes),
* [Ubuntu 17.10: Artful Aardvark](https://wiki.ubuntu.com/ArtfulAardvark/ReleaseNotes),
* [Ubuntu 16.04 LTS: Xenial Xerus](https://wiki.ubuntu.com/XenialXerus/ReleaseNotes),
* [Ubuntu 14.04 LTS: Trusty Tahr](https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes),
* Debian stable (currently [stretch](http://www.debian.org/releases/stable/)).
* Debian testing (currently [buster](http://www.debian.org/releases/testing/)).
* [Archlinux](https://www.archlinux.org/)Also you can use distributions 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 Project
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](http://lab2023.com/assets/images/named-logo.png)
- Builder is maintained and funded by [lab2023 - information technologies](http://lab2023.com/)
- Thank you to all the [contributors!](../../graphs/contributors)
- This gem is inspired from [laptop](https://github.com/thoughtbot/laptop)
- The names and logos for lab2023 are trademarks of lab2023, inc.# License
Copyright 2018 lab2023 – information technologies