An open API service indexing awesome lists of open source software.

https://github.com/h2non/opew-bash-installer

Bash-based installer builder utility for the OPEW project
https://github.com/h2non/opew-bash-installer

Last synced: 5 months ago
JSON representation

Bash-based installer builder utility for the OPEW project

Awesome Lists containing this project

README

        

# OPEW Bash-based installer builder utility

## About

OPEW is a powerful, complete, independent and extensible open source distribution stack for GNU/Linux (64 bits) based OS.
Its goal is to provides a rich portable ready-to-run development environment focused on modern and robust programming languages in oder to satisfy the common needs for the web development
This is a subproject of OPEW. More info about the OPEW project at .

## Usage

```bash
# chmod +x build.bash
# ./build.bash
```

See inc/ for sample scripts

## Author

Tomas Aparicio `[email protected]`

## License

```bash
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .
```