-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME.txt
52 lines (30 loc) · 1.07 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
portal-layout README
=================================================
PREREQUISITES
- Java 5
- Maven 2.2
- A working internet connection
CHECKING OUT THE CODE
The source code is maintained in portal-layout Subversion repository. To check
out the latest development version, use the following command:
$ svn co http://example.com/svn/.../trunk portal-layout
EDITING THE CODE IN AN IDE
The portal-layout add-on project can be imported in any IDE that supports Maven.
TRYING OUT THE DEMO
1. Compile and install the entire project:
$ mvn install
2. Start the built-in Jetty web server:
$ cd demo
$ mvn jetty:run
3. Open your favorite web browser and point it to:
http://localhost:8080/demo/
READING THE MANUAL
1. Generate the manual:
$ cd manual
$ mvn docbkx:generate-html
2. Open the file manual/target/docbkx/html/manual.html
in your favorite web browser.
PUBLISHING THE ADD-ON
1. Build the add-on:
$ mvn package assembly:assembly
2. Publish the add-on to the Vaadin directory (http://vaadin.com/directory)