diff --git a/HACKING.md b/HACKING.md index 5ea02c9..a8e0062 100644 --- a/HACKING.md +++ b/HACKING.md @@ -1,59 +1,52 @@ -= Noosfero instructions for developers +Noosfero instructions for developers +==================================== -== A work about your the development platform +A work about your the development platform +------------------------------------------ -These instructions are tested and known to work on Debian stable, which is the -system that the Noosfero core developers use to work on Noosfero. +These instructions are tested and known to work on Debian stable, which is the system that the Noosfero core developers use to work on Noosfero. If you want to use another OS, read "Instructions for other systems" below. -== Instructions for Debian stable +Instructions for Debian stable +------------------------------ Download the source code: - $ git clone git://gitorious.org/noosfero/noosfero.git - $ cd noosfero + $ git clone git://gitorious.org/noosfero/noosfero.git + $ cd noosfero Run the quick start script: - $ ./script/quick-start + $ ./script/quick-start Now you can execute the development server with: - $ ./script/development + $ ./script/development You will be able to access Noosfero at http://localhost:3000/ -If you want to use a different port than 3000, pass `-p ` to -./script/development +If you want to use a different port than 3000, pass `-p ` to `./script/development` -== Instructions for other systems +Instructions for other systems +------------------------------ On other OS, you have 2 options: -1) using a chroot or a VM with Debian stable (easier) +### 1) using a chroot or a VM with Debian stable (easier) -Use a chroot (http://wiki.debian.org/Schroot) or a Virtual Machine (e.g. with -VirtualBox) with a Debian stable system and follow the instructions above for -Debian stable. +Use a chroot (http://wiki.debian.org/Schroot) or a Virtual Machine (e.g. with VirtualBox) with a Debian stable system and follow the instructions above for Debian stable. -2) Installing dependencies on other OS (harder) +### 2) Installing dependencies on other OS (harder) -If you want to setup a development environment in another OS, you can create a -file under script/install-dependencies/, called -.sh, which -installed the dependencies for your system. With this script in place, -./script/quick-start will call it at the point of installing the required -packages for Noosfero development. +If you want to setup a development environment in another OS, you can create a file under `./script/install-dependencies/`, called `-.sh`, which installed the dependencies for your system. With this script in place, `./script/quick-start` will call it at the point of installing the required packages for Noosfero development. -You can check script/install-dependencies/debian-squeeze.sh to have an idea of -what kind of stuff that script has to do. +You can check `./script/install-dependencies/debian-squeeze.sh` to have an idea of what kind of stuff that script has to do. -If you write such script for your own OS, *please* share it with us at the -development mailing list so that we can include it in the official repository. -This way other people using the same OS will have to put less effort to develop -Noosfero. +If you write such script for your own OS, *please* share it with us at the development mailing list so that we can include it in the official repository. This way other people using the same OS will have to put less effort to develop Noosfero. -== Submitting your changes back +Submitting your changes back +---------------------------- For now please read: -- libgit2 0.21.2