Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Added screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tobilg committed Jul 28, 2016
1 parent 8eae068 commit ac1692c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,26 @@ Once you prepared your `marathon.json`, you can launch it from the command-line
curl -H "Accept: application/json" -H "Content-Type:application/json" -XPUT "MARATHON_URL" -d @marathon.json
```

You should receive a `201` status, and see the application in the Marathon UI accordingly.
You should receive a `201` status, and see the application in the Marathon UI accordingly (Go to the "Frameworks" tab, and search for the framework's name under "Active Frameworks"). Click on the link (in the "Host" column), this should lead you to the frameworks UI in a new browser tab.

## UI screenshots

### Dashboard

![Dashboard](docs/screenshots/dashboard.png)

### Scaling

![Scaling](docs/screenshots/scaling.png)

### Tasks

![Tasks](docs/screenshots/tasks.png)

### Configuration

![Configuration](docs/screenshots/configuration.png)

### Logs

![Logs](docs/screenshots/logs.png)
Binary file added docs/screenshots/configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/scaling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/tasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac1692c

Please sign in to comment.