~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/dev/packaging.rst

  • Committer: mattgiuca
  • Date: 2008-01-09 04:12:08 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:138
Added new app: fileservice. (The Ajax service behind the file browser).
This is a stub.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. IVLE - Informatics Virtual Learning Environment
2
 
   Copyright (C) 2007-2009 The University of Melbourne
3
 
 
4
 
.. This program is free software; you can redistribute it and/or modify
5
 
   it under the terms of the GNU General Public License as published by
6
 
   the Free Software Foundation; either version 2 of the License, or
7
 
   (at your option) any later version.
8
 
 
9
 
.. This program is distributed in the hope that it will be useful,
10
 
   but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
 
   GNU General Public License for more details.
13
 
 
14
 
.. You should have received a copy of the GNU General Public License
15
 
   along with this program; if not, write to the Free Software
16
 
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
17
 
 
18
 
*********
19
 
Packaging
20
 
*********
21
 
 
22
 
Source package
23
 
==============
24
 
 
25
 
The latest copy of trunk can be fetched by running :command:`bzr export 
26
 
ivle-latest.tgz lp:ivle`.
27
 
 
28
 
Debian Package
29
 
==============
30
 
 
31
 
A Debian package is currently under development in the 
32
 
``lp:~ivle-dev/ivle/debian-packaging`` branch.
33
 
 
34
 
William Grant currently maintains a :abbr:`PPA (Personal Package Archive)` of 
35
 
IVLE and its dependencies at https://launchpad.net/~wgrant/+archive/ivle.
36
 
 
37
 
.. TODO: Are we using this for releases?
38
 
 
39
 
Package split
40
 
-------------
41
 
 
42
 
IVLE will be split into a few packages:
43
 
 
44
 
* ``ivle`` will be the all-in-one package, which users can install to get a 
45
 
  working IVLE with all tasks on a single node. It will depend on 
46
 
  ``ivle-app-server``, ``ivle-usrmgt-server``, *PostgreSQL*, and perform extra 
47
 
  automated configuration for the Subversion service.
48
 
* ``ivle-app-server`` will contain the web code, trampoline, timount and co., 
49
 
  depend upon the packages necessary for an appserver, and perform just the 
50
 
  configuration for an appserver (generating config files, scheduling timount 
51
 
  runs, etc.)
52
 
* ``ivle-usrmgt-server`` will contain and configure the usrmgt-server.
53
 
* ``ivle-server-common`` will contain those bits common to the server tasks, 
54
 
  but not in the ivle Python package, and not needed in the jail.
55
 
* ``ivle-jail`` might not be in the archive, instead being built by 
56
 
  ivle-create-jail - it will contain the extra jail scripts.
57
 
* ``python-ivle`` will contain the ivle Python package.