Update manuals.

This commit is contained in:
Vova Perebykivskiy 2016-04-01 15:52:19 +03:00 committed by Vova Perebykivskiy
parent de2a9104df
commit 39ddea6a3d
3 changed files with 18 additions and 17 deletions

View file

@ -208,7 +208,7 @@ openSUSE
Microsoft Windows Microsoft Windows
~~~~~~~~ ~~~~~~~~
* Download and install latest Java Development Kit 7u80 (JDK7u80):: * Download and install latest Java Development Kit 7uXX (JDK7uXX)::
# http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html # http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
@ -228,8 +228,6 @@ Microsoft Windows
# Copy downloaded *.jar file to JAVA_HOME location: (e.g. C:\Program Files\Java\jdk1.7.0_80\jre\lib\ext) # Copy downloaded *.jar file to JAVA_HOME location: (e.g. C:\Program Files\Java\jdk1.7.0_80\jre\lib\ext)
# Put downloaded *.jar file to Tomcat lib location: (e.g. C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib) # Put downloaded *.jar file to Tomcat lib location: (e.g. C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib)
# http://sourceforge.net/projects/libreplan/files/LibrePlan/
* Create database:: * Create database::
CREATE DATABASE libreplan; CREATE DATABASE libreplan;
@ -270,7 +268,8 @@ Microsoft Windows
* Configure Apache Tomcat Server * Configure Apache Tomcat Server
# Go to (e.g. C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf\Catalina\localhost\) and create there libreplan.xml file with this lines of code: * Go to (e.g. C:/Program Files/Apache Software Foundation/Tomcat 6.0/conf/Catalina/localhost/)
and create there libreplan.xml file with this lines of code::
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
@ -294,9 +293,9 @@ Microsoft Windows
# You need to set it to your JDK installed directory (e.g. C:\Program Files\Java\jdk1.7.0_80) # You need to set it to your JDK installed directory (e.g. C:\Program Files\Java\jdk1.7.0_80)
* Add path of unpacked distribution’s bin directory of Maven to 'Path' environment variable * Add path of unpacked distributions bin directory of Maven to 'Path' environment variable
# (e.g. C:\Program Files\apache-maven-3.3.3\bin) # (e.g. C:/Program Files/apache-maven-3.3.3/bin)
* Compile project:: * Compile project::

View file

@ -326,7 +326,7 @@ Microsoft Windows
Instructions: Instructions:
* Download and install latest Java Runtime Environment 7u80 (JRE7u80):: * Download and install latest Java Runtime Environment 7uXX (JRE7uXX)::
# http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html # http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html
@ -375,10 +375,13 @@ Instructions:
* Configure Apache Tomcat Server * Configure Apache Tomcat Server
# Put libreplan.war file to Apache Tomcat webapps folder (e.g. C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\) * Put libreplan.war file to Apache Tomcat webapps folder (e.g. C:/Program Files/Apache Software Foundation/Tomcat 6.0/webapps/)
# Go to localhost folder (e.g. C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf\Catalina\localhost\) and create there libreplan.xml file with this lines of code:
* Go to localhost folder (e.g. C:/Program Files/Apache Software Foundation/Tomcat 6.0/conf/Catalina/localhost/)
and create there libreplan.xml file with this lines of code::
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Context antiJARLocking="true" path=""> <Context antiJARLocking="true" path="">
<Resource name="jdbc/libreplan-ds" auth="Container" <Resource name="jdbc/libreplan-ds" auth="Container"
type="javax.sql.DataSource" type="javax.sql.DataSource"
@ -390,7 +393,7 @@ Instructions:
* Start Apache Tomcat server * Start Apache Tomcat server
# Example location: C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin\Tomcat6.exe # Example location: C:/Program Files/Apache Software Foundation/Tomcat 6.0/bin/Tomcat6.exe
* Go to http://localhost:8080/libreplan * Go to http://localhost:8080/libreplan

View file

@ -8,11 +8,11 @@ How To Start Development With JetBrains Intellij IDEA
:Contact: vova@libreplan-enterprise.com :Contact: vova@libreplan-enterprise.com
:Date: 09/09/2015 :Date: 09/09/2015
:Copyright: :Copyright:
Some rights reserved. This document is distributed under the Creative Some rights reserved. This document is distributed under the Creative
Commons Attribution-ShareAlike 3.0 licence, available in Commons Attribution-ShareAlike 3.0 licence, available in
http://creativecommons.org/licenses/by-sa/3.0/. http://creativecommons.org/licenses/by-sa/3.0/.
:Abstract: :Abstract:
Quick guide to start the development of LibrePlan_ using JetBrains Intellij IDEA_ IDE. Quick guide to start the development of LibrePlan_ using JetBrains Intellij IDEA_ IDE.
As this is the most common way of work among LibrePlan developers team. As this is the most common way of work among LibrePlan developers team.
.. contents:: Table of Contents .. contents:: Table of Contents
@ -20,8 +20,7 @@ How To Start Development With JetBrains Intellij IDEA
Download LibrePlan source code Download LibrePlan source code
------------------------------ ------------------------------
* You need to download LibrePlan_ source code to start hacking on it. You have two * You need to download LibrePlan_ source code to start hacking on it. You have two options:
options:
a) Clone Git repository (recommended):: a) Clone Git repository (recommended)::
@ -46,7 +45,7 @@ Import LibrePlan project
* Select directory with source code of Libreplan * Select directory with source code of Libreplan
# e.g. C\Users\PC-User\IdeaProjects\libreplan # e.g. C/Users/PC-User/IdeaProjects/libreplan
* Select *Import project from external model* > *Maven* and click *Next* * Select *Import project from external model* > *Maven* and click *Next*