Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel Stornebrink committed Jul 20, 2018
1 parent 6c8a1d7 commit 9c68c7b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
@@ -1,15 +1,14 @@
# RAP
RAP is a tool that is being used by the Open University of the Netherlands in the course [Rule Based Design](http://portal.ou.nl/web/ontwerpen-met-bedrijfsregels). It lets students analyse Ampersand models, generate functional designs and make prototypes of information systems. It is the primary tool for students in relation to Ampersand. [Click here](http://ampersand.tarski.nl/RAP3/) to try it out...

To build a docker-image of RAP3, open a command line interface, clone the RAP repository (if you haven't already), go to the root directory of RAP and give the following command:
If you want to deploy it, use
```
.../git/RAP> docker build --tag ampersandtarski/ampersand-rap:latest .
.../git/RAP> docker-compose up -d
```
This deploys the RAP3 service on your docker-platform using the file ``docker-compose.yml``. Docker will pull the most recent RAP-image from Docker Hub and spin up the application. When this is done, browse (preferrably in Chrome or Firefox) to http://localhost/RAP3 to see it work.

If you want to deploy it, use
To build a docker-image of RAP3 yourself, open a command line interface, clone the RAP repository (if you haven't already), go to the root directory of RAP and give the following command:
```
.../git/RAP> docker-compose up -d
.../git/RAP> docker build --tag ampersandtarski/ampersand-rap:latest .
```
This deploys the RAP3 service on your docker-platform using the file ``docker-compose.yml``.

Now browse (preferrably in Chrome or Firefox) to http://localhost/RAP3 to see it work.

0 comments on commit 9c68c7b

Please sign in to comment.