Skip to content

Commit

Permalink
Better README markup
Browse files Browse the repository at this point in the history
  • Loading branch information
savermyas authored Dec 13, 2018
1 parent 3d8d02a commit 3ee97ed
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,41 @@ This repo contains everything that you need to run [Mendelson AS2](http://as2.me
Requirements
------------

* Docker Engine 1.10 or above
* Docker Compose 1.8.1 or above
* GNU make for manual image build
* Docker Engine 1.10 or above
* Docker Compose 1.8.1 or above
* GNU make for manual image build


Build
-----

1. Clone the repo, enter the folder.
2. Run the command:

1. Clone the repo, enter the folder.
2. Run the command:
```
make

```
Run
---

You may just skip the build and use image from Docker Hub

1. Run the command:
1. Run the command:
```
docker-compose up -d
```
or
```
make start
```
2. Look for port mappings with command:
2. Look for port mappings with command:
```
docker-compose ps
```

3. Use browser and vncviewer with appropriate ports and password from files `image/custom/vncpasswd` and `image/custom/webpasswd`, watch logs in `wd` folder
3. Use browser and vncviewer with appropriate ports and password from files `image/custom/vncpasswd` and `image/custom/webpasswd`, watch logs in `wd` folder


Links
-----

* [Docker Hub link](https://hub.docker.com/r/saver/mendelson-as2/)
* [Docker Hub link](https://hub.docker.com/r/saver/mendelson-as2/)

0 comments on commit 3ee97ed

Please sign in to comment.