mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 03:43:06 +00:00
A tad bit more formatting
This commit is contained in:
parent
9034a978b6
commit
fe2e333d03
2 changed files with 17 additions and 17 deletions
16
README.md
16
README.md
|
@ -4,16 +4,16 @@ Configure servers in a snap with these concise ansible playbooks!
|
|||
|
||||
Current Playbooks:
|
||||
|
||||
* ZeroMQ - open source high-performance asynchronous messaging library
|
||||
* **ZeroMQ** - open source high-performance asynchronous messaging library
|
||||
|
||||
Future Playbooks:
|
||||
|
||||
* MongoDB - open source document-oriented database system
|
||||
* MySQL - open source relational database system
|
||||
* Apache - open source web server
|
||||
* NginX - open source web server
|
||||
* Python - open source highlevel interprited programming language
|
||||
* Ruby - open source highlevel interprited programming language
|
||||
* RVM - open source Ruby version and environment manager
|
||||
* **MongoDB** - open source document-oriented database system
|
||||
* **MySQL** - open source relational database system
|
||||
* **Apache** - open source web server
|
||||
* **NginX** - open source web server
|
||||
* **Python** - open source highlevel interprited programming language
|
||||
* **Ruby** - open source highlevel interprited programming language
|
||||
* **RVM** - open source Ruby version and environment manager
|
||||
|
||||
It's that simple.
|
18
zeromq.md
18
zeromq.md
|
@ -5,14 +5,14 @@ An Ansible playbook which installs **ZeroMQ** and all of its dependancies, along
|
|||
|
||||
These are the files (ZeroMQ and its dependancies) which are retrieved and installed:
|
||||
|
||||
* ZeroMQ
|
||||
* autoconf
|
||||
* automake
|
||||
* build-essential
|
||||
* libtool
|
||||
* uuid-dev
|
||||
* *python-pip*
|
||||
* *python-dev*
|
||||
* *pyzmq*
|
||||
* **ZeroMQ**
|
||||
* **autoconf**
|
||||
* **automake**
|
||||
* **build-essential**
|
||||
* **libtool**
|
||||
* **uuid-dev**
|
||||
* ***python-pip***
|
||||
* ***python-dev***
|
||||
* ***pyzmq***
|
||||
|
||||
It's that simple.
|
Loading…
Reference in a new issue