Commit 6691430bf2431c24722b1138fa10155b3ca972a6:
Update DEVELOPMENT.md
Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>
------------------------------------------------------------
DEVELOPMENT.md | ++++++ ------
------------------------------------------------------------
12 changes: 6 additions, 6 deletions.
------------------------------------------------------------
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 0681c76..890f659 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -15,8 +15,8 @@ Current status:
automatically deployed every 30 minutes. Note that this includes the
contents of scripts and applications too.
- * CGI scripts are working, but dependencies (gems, svn checkouts) have not
- been installed. A simple CGI:
+ * CGI scripts are working, and any dependencies listed in a `Gemfile` will
+ automatically be installed. A simple CGI:
https://github.com/apache/whimsy/blob/master/www/test.cgi
https://whimsy-test.apache.org/test.cgi
@@ -37,9 +37,9 @@ Current status:
user.
* Rack applications are working and run under Passenger under Apache httpd.
- Again, dependencies are not yet ready. In addition to simply checking the
- application, one line per passenger application needs to be added to the
- deployment data:
+ Again, `Gemfile`s are used to specify dependencies. In addition to simply
+ checking the application, one line per passenger application needs to be
added
+ to the deployment data:
https://github.com/apache/infrastructure-puppet/blob/deployment/data/nodes/whimsy-vm2.apache.org.yaml#L60
@@ -52,4 +52,4 @@ Current status:
above; but more common conditions can be handled at the "Rack" level
instead of at the application level making use of Rack middleware such as:
- https://github.com/apache/whimsy/blob/master/lib/whimsy/asf/rack.rb#L56
+ https://github.com/apache/whimsy/blob/master/lib/whimsy/asf/rack.rb#L57