Skip to content

Commit

Permalink
Improving front page as per #66
Browse files Browse the repository at this point in the history
  • Loading branch information
fchauvel committed Oct 30, 2019
1 parent 98582df commit 24e7e79
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,19 @@ and output configurations are specified as Dockerfiles or
docker-compose files.

## Quick start
The fastest way to [install CAMP](pages/setup.md) is to use our
[Installation script
](https://github.com/STAMP-project/camp/blob/master/install.sh) as follows:

```bash
$ \curl -L https://github.com/STAMP-project/camp/raw/master/install.sh \
| sudo bash
The fastest solution is to use [docker](https://www.docker.com/) to
run CAMP and all its dependencies in one container, using the
following command:

```console
fchauvel@debian$ docker run --name camp \
-it \
-v /var/run/docker.sock:/var/run/docker.sock \
-t fchauvel/camp:latest bash
root@9dd7e1f061ce:/camp# cd samples/java
root@9dd7e1f061ce:/camp# camp generate -d .
```

You can then fetch [the source
code](https://github.com/STAMP-project/camp) and try out the examples
from the `samples` directory.
The Docker image include all [samples available on Github](https://github.com/STAMP-project/camp).

Here are the three main CAMP commands:

Expand Down

0 comments on commit 24e7e79

Please sign in to comment.