Quick Setup of Development environment

From OpenPetra Wiki
Revision as of 15:46, 20 June 2013 by Pokorra (talk | contribs) (Created page with '== 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 env…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Steps to follow

for Windows

You will need these software packages:

for Linux

= 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