From ae521afeea34aba7685b442a34188dd04e1ecf5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 11 Apr 2010 13:03:11 +0200 Subject: Enhance translating and development guide --- templates/pages/development.mako | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'templates/pages/development.mako') diff --git a/templates/pages/development.mako b/templates/pages/development.mako index e1fae3f..d069848 100644 --- a/templates/pages/development.mako +++ b/templates/pages/development.mako @@ -37,6 +37,49 @@ git checkout -t origin/0.13 For further information have a look at the Git documentation or search the webs. There are plenty of sources and guides out there.

+<%self:h2>Making portato run locally + +

The current dependencies

+

All of the following needs to be installed:

+ + +

Preparing the sources

+

+ As portato makes use of extension modules and of native language support, you need to run the following commands to get you started: +

+<%self:hl lang="bash"> +# compile extensions +./extensions.sh + +# compile language support (optional!) +./pocompile.sh + + +

Running it

+

+ If you made sure, that you have done everything noted above, you can use one of the following commands: +

+<%self:hl lang="bash"> +# normal startup - will prompt for the root password +./portato.py + +# run as current user. saves you entering the root password +# won't allow you to do emerges +./portato.py -F + + <%self:h2>Filing a bug

You can do this in the bugtracker. -- cgit v1.2.3