-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
75 lines (60 loc) · 2.93 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.
.` `
, `:.
`,` ,:`
.,. :,,
.,, ,,,
. .,.::::: ````
,` .::,,,,::.,,,,,,`;; .:
`,. ::,,,,,,,:.,,.` ` .:
,,:,:,,,,,,,,::. ` ` `` .:
,,:.,,,,,,,,,: `::, ,, ::,::` : :,::` ::::
,:,,,,,,,,,,::,: ,, :. : :: : .:
:,,,,,,,,,,:,:: ,, : : : : .:
` :,,,,,,,,,,:,::, ,, .:::::::: : : .:
`,...,,:,,,,,,,,,: .:,. ,, ,, : : .:
.,,,,::,,,,,,,: `: , ,, : ` : : .:
...,::,,,,::.. `: .,, :, : : : .:
,::::,,,. `: ,, ::::: : : .:
,,:` `,,.
,,, .,`
,,. `, DOCUMENT-GRAPH DB
`` `.
``
`
*******************************************************************************
ORIENT DATABASE
http://www.orientechnologies.com
*******************************************************************************
1 Pre-requirements
Before to download, compile and install the latest version of Orient please
assure to have the following tools installed:
1.1 Java5
Java SDK 5.0+. Previous releases don't works since Orient needs Java5 features
such as Annotation and Typed Collection. But if you don't have constraints we
suggest you to download the last update of Java6.
You can download Java5 from here:
> http://java.sun.com/j2se/1.5.0/download.jsp
Note: Please assure to download the JDK and not JRE.
1.1 Apache Ant
Apache Ant version 1.6.5 (previous version should works too).
You can download from here:
> http://ant.apache.org/bindownload.cgi
2 Build the last version of Orient
Follow the instruction below:
a) Open a shell and go in the path where you want to download the
sources.
b) Type:
svn checkout https://orient.googlecode.com/svn/trunk/ orient
c) Move to the directory *trunk* and execute *ant*
d) Wait for building and when finished
e) Enjoy ;-)
If you want help start from here:
> http://groups.google.com/group/orient-database
3 Launch the tests
Follow the instruction below:
a) Open a shell and go in the path where you have installed the OrientDB sources.
b) Type: ant test
c) Wait for the completition.
d) Once finished you can close the OrientDB Server instance started for the tests
Orient Database staff