Polish | ||
---|---|---|
Instalacja eclipseNależy pobrać najnowszą wersję Eclipse IDE dla swojego systemu operacyjnego ze strony: https://www.eclipse.org/downloads/
KonfiguracjaEdycja pliku eclipse.iniDo pliku eclipse.ini (znajdującym się w głównym folderze z zainstalowanym eclipsem) dodajemy nasze dane: -Duser.name=Jan Kowalski Ustawienia edycji koduEclipseWindow -> Preferences -> Java -> Code Style -> Formatter: suncode-java-formatter-eclipse.xml Window -> Preferences -> Java -> Code Style -> Code Templates: IntelliJFile -> Settings -> Editor -> Code Style -> Java suncode-java-formatter-intellij.xml PrettierInstalacja w IntelliJ:
|
...
|
Edycja pliku settings.xmlAby maven korzystał z naszego lokalnego repozytorium, należy zmodyfikować plik settings.xml znajdujący się w katalogu domowym maven'a:
KonfiguracjaAby maven korzystał z naszego lokalnego repozytorium, należy zmodyfikować plik settings.xml znajdujący się w katalogu domowym maven'a:
Zalecaną konfiguracją jest używanie repozytorium Suncode jako mirror'a wszystkich repozytoriów, dzięki czemu wszystkie artefakty pobierane są z naszego lokalnego repozytorium:
|
...
Instalacja niezbędnych wtyczek |
Z nexusa należy pobrać 3 wtyczki: cuf-components, PWE, DBexplorer. Są to jedne z najczęściej używanych wtyczek. Katalog domowyNależy pobrać zip'a katalogu domowego(niestety jest za duży na wrzucenie tutaj, można wziąć od innego programisty). Następnie w projekcie w plusworkflow-web/src/main/resources należy utworzyć plik 'plusworkflow-home.properties'. W tym pliku zostanie wskazana ścieżka do katalogu domowego.
plusworkflow.home=/home/kamil/Work/plusworkflow-home
|
English | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Eclipse installationYou should download the latest version of the Eclipse IDE for your operating system from the website:: https://www.eclipse.org/downloads/
ConfigurationEdit eclipse.ini fileAdd data to the eclipse.ini file (located in the main folder with eclipse installed): -Duser.name=Jan Kowalski Code editing settingsEclipseWindow -> Preferences -> Java -> Code Style -> Formatter: suncode-java-formatter-eclipse.xml Window -> Preferences -> Java -> Code Style -> Code Templates: IntelliJFile -> Settings -> Editor -> Code Style -> Java suncode-java-formatter-intellij.xml PrettierInstallation in IntelliJ:
Edit the settings.xml fileIn order for maven to use our local repository, we need to modify the settings.xml file located in maven's home directory:
ConfigurationIn order for maven to use our local repository, we need to modify the settings.xml file located in maven's home directory:
The recommended configuration is to use the Suncode repository as a mirror of all repositories, so that all artifacts are downloaded from our local repository:
Installation of the necessary pluginsYou need to download 3 plugins from nexus: cuf-components, PWE, DBexplorer. These are some of the most commonly used plugins. Home directoryYou need to download a zip of the home directory(unfortunately it is too big to upload here, you can take from another developer). Then create a 'plusworkflow-home.properties' file in the project in plusworkflow-web/src/main/resources. This file will indicate the path to your home directory.
plusworkflow.home=/home/kamil/Work/plusworkflow-home
|