Skip to content

Commit

Permalink
Append info into Readme about Demo server
Browse files Browse the repository at this point in the history
  • Loading branch information
valinurovam committed Oct 19, 2018
1 parent f29b215 commit b2d77e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ GarageMQ is a message broker that implement the Advanced Message Queuing Protoco

#### Table of Contents
- [Goals of this project](#goals-of-this-project)
- [Demo](#demo)
- [Installation and Building](#installation-and-building)
- [Docker](#docker)
- [Go get](#go-get)
Expand All @@ -25,6 +26,15 @@ GarageMQ is a message broker that implement the Advanced Message Queuing Protoco
- Implement AMQP message broker in Go
- Make protocol compatible with RabbitMQ and standard AMQP 0-9-1.


## Demo
Simple demo server on Digital Ocean, ```2 GB Memory / 25 GB Disk / FRA1 - Ubuntu Docker 17.12.0~ce on 16.04```

| Server | Port | Admin port | Login | Password | Virtual Host |
|:-------------:|:----:|:----------:|:-----:|:--------:|:------------:|
| 46.101.117.78 | 5672 | 5672 | guest | guest | / |


## Installation and Building
### Docker

Expand Down

0 comments on commit b2d77e1

Please sign in to comment.