https://github.com/RangeNetworks/dev
Start Here! Development Environment Tools and System Releases
https://github.com/RangeNetworks/dev
Last synced: 9 months ago
JSON representation
Start Here! Development Environment Tools and System Releases
- Host: GitHub
- URL: https://github.com/RangeNetworks/dev
- Owner: RangeNetworks
- License: agpl-3.0
- Created: 2014-03-21T16:06:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T20:34:28.000Z (over 3 years ago)
- Last Synced: 2024-08-02T01:17:49.957Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 43.9 KB
- Stars: 571
- Watchers: 87
- Forks: 232
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rainmana - RangeNetworks/dev - Start Here! Development Environment Tools and System Releases (Shell)
README
Development Environment
=========
A collection of tools to make working with the numerous software components as painless as possible.
If there's a task that annoys you when working with the code, open an issue to suggest an improvement. Or, better, send a pull request to get your automation included in the project.
### ➟ [Get Started Here](https://github.com/RangeNetworks/dev/wiki)
#### Weather Report
| Component | master status |
|---------------|:-------------:|
| asterisk | [](https://travis-ci.org/RangeNetworks/asterisk) |
| asterisk-config | [](https://travis-ci.org/RangeNetworks/asterisk-config) |
| liba53 | [](https://travis-ci.org/RangeNetworks/liba53) |
| libcoredumper | [](https://travis-ci.org/RangeNetworks/libcoredumper) |
| libsqliteodbc | [](https://travis-ci.org/RangeNetworks/libsqliteodbc) |
| libzmq | [](https://travis-ci.org/RangeNetworks/libzmq) |
| openbts | [](https://travis-ci.org/RangeNetworks/openbts) |
| smqueue | [](https://travis-ci.org/RangeNetworks/smqueue) |
| subscriberRegistry | [](https://travis-ci.org/RangeNetworks/subscriberRegistry) |
| system-config | [](https://travis-ci.org/RangeNetworks/system-config) |
#### Misc. Notes
- relink submodule branch tracking
```
$ vi .gitmodules
(change submodule to track different branch X)
$ git submodule update --init --remote
$ cd theSubmoduleDir
$ git checkout X
```