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
- Host: GitHub
- URL: https://github.com/h2non/opew-bash-installer
- Owner: h2non
- Created: 2012-04-18T06:35:32.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-05T20:33:03.000Z (about 13 years ago)
- Last Synced: 2024-10-18T11:26:07.397Z (8 months ago)
- Language: Shell
- Homepage: http://opew.sf.net
- Size: 478 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```