From e3aab5c0f9f09722b209bc40213bc7eaf1415ce0 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 3 Jun 2012 23:00:02 -0400 Subject: [PATCH] Update fabfile url --- README.md | 8 ++++---- docs/intro/installation.rst | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 99165bc671..d9b3b4f32b 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,13 @@ reads: with your current MySQL root password or the MySQL root password you plan to assign to it, during the MySQL installation when executing the fabfile. -* Debian or Ubuntu:: +- Debian or Ubuntu: - $ cd /tmp && sudo apt-get install -y fabric wget tar gzip && wget https://raw.github.com/rosarior/mayan/contrib/fabfile.tar.gz -O - | tar -xvzf - && echo "database_manager_admin_password=" > ~/.fabricrc && fab -H localhost install + cd /tmp && sudo apt-get install -y fabric wget tar gzip && wget https://github.com/rosarior/mayan/raw/master/contrib/fabfile.tar.gz -O - | tar -xvzf - && echo "database_manager_admin_password=" > ~/.fabricrc && fab -H localhost install -* Fedora:: +- Fedora: - $ cd /tmp && sudo yum install -y fabric wget tar gzip && wget https://raw.github.com/rosarior/mayan/contrib/fabfile.tar.gz -O - | tar -xvzf - && echo "database_manager_admin_password=" > ~/.fabricrc && fab -H localhost install + cd /tmp && sudo yum install -y fabric wget tar gzip && wget https://github.com/rosarior/mayan/raw/master/contrib/fabfile.tar.gz -O - | tar -xvzf - && echo "database_manager_admin_password=" > ~/.fabricrc && fab -H localhost install License diff --git a/docs/intro/installation.rst b/docs/intro/installation.rst index 780724d8d9..ac5731db21 100644 --- a/docs/intro/installation.rst +++ b/docs/intro/installation.rst @@ -16,11 +16,11 @@ installation when executing the fabfile. * Debian or Ubuntu:: - $ cd /tmp && sudo apt-get install -y fabric wget tar gzip && wget https://raw.github.com/rosarior/mayan/contrib/fabfile.tar.gz -O - | tar -xvzf - && echo "database_manager_admin_password=" > ~/.fabricrc && fab -H localhost install + $ cd /tmp && sudo apt-get install -y fabric wget tar gzip && wget https://github.com/rosarior/mayan/raw/master/contrib/fabfile.tar.gz -O - | tar -xvzf - && echo "database_manager_admin_password=" > ~/.fabricrc && fab -H localhost install * Fedora:: - $ cd /tmp && sudo yum install -y fabric wget tar gzip && wget https://raw.github.com/rosarior/mayan/contrib/fabfile.tar.gz -O - | tar -xvzf - && echo "database_manager_admin_password=" > ~/.fabricrc && fab -H localhost install + $ cd /tmp && sudo yum install -y fabric wget tar gzip && wget https://github.com/rosarior/mayan/raw/master/contrib/fabfile.tar.gz -O - | tar -xvzf - && echo "database_manager_admin_password=" > ~/.fabricrc && fab -H localhost install The ``fabfile`` also supports deploying to more than one server whether