Skip to content

Commit

Permalink
Added badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasfertig committed Oct 9, 2019
1 parent 33796d0 commit 5118feb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ COPY latest.zip /tmp

RUN cd /tmp && \
unzip latest.zip && \
ls -l cppinsights-web-latest && \
mv cppinsights-web-latest /home/insights/cppinsights-web && \
rm -rf /tmp/* && \
chown -R insights:insights /home/insights
Expand Down
8 changes: 7 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# C++ Insights: Web Front-End Docker Container

[![Build Status](https://api.travis-ci.org/andreasfertig/cppinsights-webfrontend-container.svg?branch=master)](https://travis-ci.org/andreasfertig/cppinsights-webfrontend-container)
[![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://cppinsights.io)

[![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://patreon.com/cppinsights)


This is some what of a docker in docker setup.

You have to have this container which hosts the C++ Insights Web Frontend part and the container which contains the [C++
Expand All @@ -11,7 +17,7 @@ Alternatively you can build the image yourself, as Travis-CI does. Run `make bui
the image of the C++ Insights docker.

After either of these two steps, you can run `make start` to start the web part. Give it a few seconds to boot up. After that C++ Insights is
reachable under 127.0.0.1:5000.
reachable under `127.0.0.1:5000`.

You can see what is going on with `make logs` and stop the container with `make stop`

Expand Down

0 comments on commit 5118feb

Please sign in to comment.