You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2011/07/03 00:04:45 UTC

svn commit: r1142327 - in /trafficserver/site/branches/ats-cms: build.sh install-ubuntu.sh

Author: igalic
Date: Sat Jul  2 22:04:44 2011
New Revision: 1142327

URL: http://svn.apache.org/viewvc?rev=1142327&view=rev
Log:
Add an installation script for ubuntu to the docs to get people easier started.

Added:
    trafficserver/site/branches/ats-cms/install-ubuntu.sh   (with props)
Modified:
    trafficserver/site/branches/ats-cms/build.sh

Modified: trafficserver/site/branches/ats-cms/build.sh
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/build.sh?rev=1142327&r1=1142326&r2=1142327&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/build.sh (original)
+++ trafficserver/site/branches/ats-cms/build.sh Sat Jul  2 22:04:44 2011
@@ -16,6 +16,7 @@
 #           specific language governing permissions and limitations
 #           under the License.
 
+mkdir -p ../cms/log
 export MARKDOWN_SOCKET=$( readlink -f ../cms/log/md.sock )
 [ ! -d $( dirname "${MARKDOWN_SOCKET}" ) ]  && {
 	echo "${MARKDOWN_SOCKET}'s directory doesn't exist!"

Added: trafficserver/site/branches/ats-cms/install-ubuntu.sh
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/install-ubuntu.sh?rev=1142327&view=auto
==============================================================================
--- trafficserver/site/branches/ats-cms/install-ubuntu.sh (added)
+++ trafficserver/site/branches/ats-cms/install-ubuntu.sh Sat Jul  2 22:04:44 2011
@@ -0,0 +1,24 @@
+#!/bin/bash
+#           Licensed to the Apache Software Foundation (ASF) under one
+#           or more contributor license agreements.  See the NOTICE file
+#           distributed with this work for additional information
+#           regarding copyright ownership.  The ASF licenses this file
+#           to you under the Apache License, Version 2.0 (the
+#           "License"); you may not use this file except in compliance
+#           with the License.  You may obtain a copy of the License at
+#
+#             http://www.apache.org/licenses/LICENSE-2.0
+#
+#           Unless required by applicable law or agreed to in writing,
+#           software distributed under the License is distributed on an
+#           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#           KIND, either express or implied.  See the License for the
+#           specific language governing permissions and limitations
+#           under the License.
+
+sudo aptitude install python-markdown libsoap-lite-perl libxml-atom-perl libsvn-perl
+( cd /usr/local/bin && 
+sudo ln -s /usr/bin/markdown_py markdown )
+
+# This is the only CPAN module not available as package:
+sudo cpan XML::RSS::Parser::Lite

Propchange: trafficserver/site/branches/ats-cms/install-ubuntu.sh
------------------------------------------------------------------------------
    svn:executable = *