You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/11/19 21:43:28 UTC

[whimsy] branch master updated: Can't use links; can build separately

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 556db2b  Can't use links; can build separately
556db2b is described below

commit 556db2b0c66f749601b5415d82c5b7f8feb34e8c
Author: Sebb <se...@apache.org>
AuthorDate: Tue Nov 19 21:43:09 2019 +0000

    Can't use links; can build separately
---
 DOCKER.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/DOCKER.md b/DOCKER.md
index 5fe3256..c62075c 100644
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -39,6 +39,8 @@ Installation instructions
       format used by the container.  Currently macOS Catalina/Xcode provides
       svn 1.10.4 and the Dockerfile downloads the latest 1.10 version
       (currently 1.10.6).
+    * The `svn` and `git` sub-directories cannot be links to another part of
+      host file system as these will not be visible to the container
 * `cd` into that directory
 * `git clone git@github.com:apache/whimsy.git` (or alternately
   `git clone https://github.com/apache/whimsy.git`)
@@ -48,11 +50,13 @@ Installation instructions
 * `rake docker:up`
 * visit `http://localhost:1999/` in your favorite browser
 
-Note: the `rake docker:udpate` step will take a long time as it will need to
+Note: the `rake docker:update` step will take a long time as it will need to
 download and install all of the Ubuntu packages, Ruby gems, build and
 install Passenger, checkout numerous svn repositories and two git
 repositories.  The good news is that this can be entirely unattended as
-there will be no prompts required during this process.
+there will be no prompts required during this process (except possibly for SVN updates).
+If you wish to create the Ubuntu image separately, run `rake docker:build` (this is
+invoked as part of docker:update)
 
 This should be enough to get the board agenda tool to launch.  It is not
 known yet what functions work and what functions do not.