https://github.com/hamdle/newhost
Command line program to deploy a new host on a standard linux apache server
https://github.com/hamdle/newhost
Last synced: 11 months ago
JSON representation
Command line program to deploy a new host on a standard linux apache server
- Host: GitHub
- URL: https://github.com/hamdle/newhost
- Owner: hamdle
- Created: 2019-04-26T23:44:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T22:49:24.000Z (about 7 years ago)
- Last Synced: 2025-02-28T16:41:00.947Z (over 1 year ago)
- Language: C++
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Project build commands
make
make build
make clean
make rebuild
# Compile command (used by Makefile)
g++ -o build/newhost newhost.cpp