-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,28 @@ | ||
# nasazeni dynrdf.war souboru | ||
## Instalacni manual pro nasazeni dynrdf.war souboru | ||
|
||
# podrobnejsi instalacni pokyny a instalaci ze zdrojovych kodu lze najit v textu prace | ||
# v kapitole Uzivatelska dokumentace | ||
|
||
|
||
# predpoklady: | ||
- funkcni aplikacni server (napr. Tomcat nebo GlassFish) | ||
- prava pro deploy aplikaci na server | ||
- Java 8 | ||
|
||
|
||
# postup: | ||
1) Urcete misto na serveru s adresarem pro definice objektu | ||
2) Do tohoto adresare nakopirujte obsah adresare objects. Obsahuje ukazkove objekty | ||
1) Na serveru vytvorte adresar pro definice objektu. Tomuto adresari nastavte prava na zapis a cteni pro aplikacni server | ||
2) Do tohoto adresare nakopirujte obsah adresare 'objects'. Tento adresar obsahuje ukazkove definice objektu | ||
3) Konfigurace | ||
- otevrte soubor dynrdf.war v programu pro archivaci | ||
- otevrte soubor dynrdf.war v libovolnem programu pro archivaci | ||
- v souboru /WEB-INF/config.properties nastavte parametry pro cestu k definicim a URL | ||
adresu serveru | ||
- v souboru /WEB-INF/log4j.properties nastavte cestu do adresare, kam si prejete ukladat logy | ||
- v souboru /WEB-INF/log4j.properties nastavte cestu do adresare (parametr log4j.appender.file.File), | ||
kam si prejete ukladat logy | ||
- zmeneny war soubor ulozte | ||
4) Instalace | ||
- provedte deploy na vami vybrany aplikacni server vcetne nastaveni URL kde bude aplikace dostupna | ||
- pro spusteni aplikace nejsou potreba po deployi zadne dalsi kroky | ||
- nahrajte war soubor na vami vybrany aplikacni server vcetne nastaveni URL kde bude aplikace dostupna | ||
- pro spusteni aplikace nejsou potreba po nahrani zadne dalsi kroky | ||
|
||
5) Pristup k webovemu rozhrani | ||
- webova aplikace pro administraci definic je dostupna v koreni aplikace | ||
- API, ktere je popsano v textu k teto praci, je dostupne na URL ceste /api |