You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by sa...@apache.org on 2016/03/19 03:16:32 UTC

[1/2] incubator-apex-site git commit: Adding download information for Apex sandbox using docker.

Repository: incubator-apex-site
Updated Branches:
  refs/heads/master 103acb59d -> c96fe8dfb


Adding download information for Apex sandbox using docker.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/50c973ab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/50c973ab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/50c973ab

Branch: refs/heads/master
Commit: 50c973ab82622a7f1d20c4ef3ca735a005d25256
Parents: bc27bbc
Author: chinmaykolhatkar <ch...@datatorrent.com>
Authored: Thu Mar 17 13:26:52 2016 +0530
Committer: chinmaykolhatkar <ch...@datatorrent.com>
Committed: Thu Mar 17 13:26:52 2016 +0530

----------------------------------------------------------------------
 src/md/third-party-downloads.md | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/50c973ab/src/md/third-party-downloads.md
----------------------------------------------------------------------
diff --git a/src/md/third-party-downloads.md b/src/md/third-party-downloads.md
index 7d4780c..71dae46 100644
--- a/src/md/third-party-downloads.md
+++ b/src/md/third-party-downloads.md
@@ -3,6 +3,14 @@
 This is a list of 3rd party binary packages based on Apache Apex. The Apache Apex project does not endorse or maintain any 3rd party binary packages.
 
 - <a href="https://www.datatorrent.com/download/" rel="nofollow">DataTorrent RTS</a> is a binary build of Apache Apex created by <a href="https://www.datatorrent.com/" rel="nofollow">DataTorrent</a>.
+- Apache Apex Sandbox Docker image using [Bigtop](http://bigtop.apache.org/) packages
+  - This is a ready to use sandbox environment where bigtop-hadoop and bigtop-apex is pre-installed
+  - To use, run following commands and then launch apex cli/dtcli from docker container:
+    ```bash
+    docker pull chinmayk/apex:ubuntu-14.04
+    docker run -it --name=apex-sandbox chinmay/apex:ubuntu-14.04
+    ```
+  - For advanced usage, click [here](https://hub.docker.com/r/chinmayk/apex/)
 - [Bigtop](http://bigtop.apache.org/) CI based distribution binaries:
   - Setup Bigtop Environment:
     1. Grab the repo/list file for your favourite linux distribution from [here](http://www.apache.org/dist/bigtop/bigtop-1.1.0/repos/)


[2/2] incubator-apex-site git commit: Merge branch 'ApexSandboxDownload' of github.com:chinmaykolhatkar/incubator-apex-site

Posted by sa...@apache.org.
Merge branch 'ApexSandboxDownload' of github.com:chinmaykolhatkar/incubator-apex-site


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/c96fe8df
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/c96fe8df
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/c96fe8df

Branch: refs/heads/master
Commit: c96fe8dfba60f224628fb85e14adeb719e3c8baf
Parents: 103acb5 50c973a
Author: sashadt <sa...@datatorrent.com>
Authored: Fri Mar 18 19:16:24 2016 -0700
Committer: sashadt <sa...@datatorrent.com>
Committed: Fri Mar 18 19:16:24 2016 -0700

----------------------------------------------------------------------
 src/md/third-party-downloads.md | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------