README.txt
1 OpenSolaris Infrastructure
2 ##########################
3
4 Overview
5 ========
6
7 This directory contains the source for the new OpenSolaris.org infrastructure.
8
9 Getting Started
10 ===============
11
12 Dependancies
13 ............
14
15 The infrastructure requires the following dependencies:
16
17 ssh://hg.opensolaris.org//hg/website/oso-libraries
18 Java libraries required to build the projects. This repository must be pulled
19 into this directory as 'libraries'.
20
21 ssh://candi.eng.sun.com//opt/oso/repo/oso-internal
22 Sun internal only: production configuration files. This repository must be
23 pulled into this directory as 'internal'.
24
25 The script 'update_deps' will create or update these dependencies for you.
26
27
28 Directory contents
29 ==================
30
31 File LICENSES.txt
32 -----------------
33 Information on the licenses used by various components of the OpenSolaris
34 applications.
35
36 Subdirectory auth
37 -----------------
38 Contains the OpenSolaris Authorisation and Authentication System.
39
40 Subdirectory chrome
41 -------------------
42 Contains the OpenSolaris Chrome application, used for styling other OpenSolaris
43 applications.
44
45 Subdirectory common
46 -------------------
47 Contains the common components used by multiple applications in the OpenSolaris
48 infrastructure.
49
50 Subdirectory internal
51 ---------------------
52 Contains the Sun internal only production configuration files.
53
54 Subdirectory libraries
55 ----------------------
56 Contains the shared libraries used by the OpenSolaris applications.
57
58 Subdirectory Licences
59 ---------------------
60 Licenses used by various components of the OpenSolaris infrastructure.
61
62 Subdirectory scm
63 ----------------
64 Contains the OpenSolaris Source Code Management System.
65