haproxy
HAProxy management and orchestration
File Explorer
Download Latest Version (.zip)- composer.js
- config.json
- configuration.js
- orchestrator.js
- parser.js
- another.cfg
- broken.cfg
- comment.cfg
- default.cfg
- default.json
- empty.out
- index.js
- nobackend.out
- noserver.out
- orchestrator.cfg
- README.md
- showinfo.out
- showsess.out
- showstat-parsed.js
- showstat.out
- showstatall.out
- weight-initial.out
- weight.out
- config.sync.js
- configuration.test.js
- hamock.js
- haproxy.test.js
- orchestrator.test.js
- .gitignore
- .travis.yml
- index.js
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/observing/haproxy
Downloads the entire project code from GitHub to your computer.
cd haproxy
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
sudo apt-get install -qq build-essential libssl-dev libev-dev
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install haproxy --save
Downloads and installs the libraries listed in package.json.
npm install
Downloads and installs the libraries listed in package.json.
npm test
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
