Quick Setup of Development environment: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
* then generate a database, and so on
* then generate a database, and so on


== Steps to follow ==
== Install required software ==
=== for Windows ===
=== for Windows ===
You will need these software packages:
You will need these software packages:
Line 27: Line 27:
* MonoDevelop, or command line
* MonoDevelop, or command line


=== download openpetra source and binary package ===
== download openpetra source and binary package ==
* download the latest developers build from [https://sourceforge.net/projects/openpetraorg/files/openpetraorg/devzip-nightly/ Sourceforge]
* download the latest developers build from [https://sourceforge.net/projects/openpetraorg/files/openpetraorg/devzip-nightly/ Sourceforge]
* unzip
* unzip

Revision as of 15:49, 20 June 2013

Difference to Full Setup of Development environment

The full Setup of Development environment describes how to download the code from Launchpad, and how to setup an environment for someone that will get seriously involved in the development of OpenPetra.

This guide will show instead, how someone who wants to have a quick look at the project, or wants to fix that one little annoying bug, can get a basic environment with the latest code, and in a very short time.

Quick Setup:

  • uses a nightly development build
  • this build includes a compiled version of OpenPetra, and the project files
  • also comes with an sqlite database with demo data

Full Setup:

  • requires to download the source code,
  • and then generate the whole solution,
  • then generate a database, and so on

Install required software

for Windows

You will need these software packages:

for Linux

You will need these software packages:

download openpetra source and binary package

  • download the latest developers build from Sourceforge
  • unzip
  • open the file \openpetra\delivery\projects\sharpdevelop4\OpenPetra.Server.sln in your favourite IDE
  • On Windows, you can start the Developers Assistant which is located in the root of the unzipped openpetra directory.
    • this helps you to start OpenPetra server and client, and to do a full build, etc
  • Alternatively, you can use nant from the command line