Skip to content

Setting Up

gavinbunney edited this page Feb 15, 2011 · 2 revisions

Setting Up

Requirements

Installation

  • unzip the madcow-x-install.zip (where x is the version of Madcow you are installing) into your new madcow project directory
mkdir new-madcow-test-project
cd new-madcow-test-project
unzip madcow-x-install.zip

Running Madcow

Run the either the runMadcow.sh or runMadcow.bat scripts from the command line in the root directory of this project directory structure

Running Linux and Mac OSX Script

user@host:~/new-madcow-test-project$ ls -a
.  ..  .madcow  build  conf  lib  runMadcow.sh  runMadcow.bat  test
user@host:~/new-madcow-test-project$ chmod u+x runMadcow.sh
user@host:~/new-madcow-test-project$ ./runMadcow.sh

Running Windows Script

C:\new-madcow-test-project> runMadcow.bat

Madcow Upgrades

  1. Remove the Madcow directory (.madcow) from within your Madcow test project
user@host:~/new-madcow-test-project$ rm -rf .madcow
  1. Unzip the Madcow upgrade zip file within your Madcow test project
unzip madcow-x.x.x-upgrade.zip

Clone this wiki locally