User Tools

Site Tools


tech2018:development_tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tech2018:development_tools [2018/05/30 14:39]
Gianluca Pelliccioli
— (current)
Line 1: Line 1:
-===== Development tools ===== 
  
-What do you need to develop? 
- 
-This is the suggested configuration to proceed with WManager development. 
- 
-==== Create your local Apache/PHP/Postgres environment ==== 
- 
-Based on your favourite laptop/Desktop configuration we can suggest: 
-   * Linux based machines: 
-     * [[wmanager:lamp_package_with_php_5.6 | Plain installation of Apache/PHP/postgres/ on linux based machinens]]; 
-   * MAC users can see: 
-     * [[https://jason.pureconcepts.net/2012/10/install-apache-php-mysql-mac-os-x/ | Installing Apache on Mac]] 
-     * [[https://www.postgresql.org/download/macosx/ | Installing PostreSQL on Mac]] 
-   * Windows based machines: 
-     * [[https://www.ampps.com/download | LAMP environment ]] 
-     * [[https://www.postgresql.org/download/windows/: installing PostgreSQL on Windows]] 
- 
-==== Eclipse ==== 
-We like and hence we suggest [[http://www.eclipse.org/downloads/packages/eclipse-php-developers/mars2 | Eclipse Mars 2 for PHP Developers ]]. 
-Installation is straightforward.  
- 
-{{:tech2018:eclipse.png|}} 
- 
-In order to install Eclipse you will need an available JVM installed. 
-We liked to get it from here: 
-   * http://www.oracle.com/technetwork/pt/java/javase/downloads/jdk8-downloads-2133151.html 
- 
- 
-{{:tech2018:jvm_installing.png|}} 
- 
- 
-You can verify the proper installation of JAVA using the following command (or equivalent) 
-<code> 
-Gianlucas-iMac:~ admin$ /usr/libexec/java_home  
-/Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home 
-Gianlucas-iMac:~ admin$  
- 
- 
-</code> 
- 
- 
-==== Command line development tools/Git ==== 
- 
-Unless you haven't installed them yet, you will most likely need to install the "Command line development tools". Basically we relay on **git** commands. 
- 
-On MAC the Installation may be initiated by Eclipse installation tool itself. In other OS you may to install git  
- 
-{{:tech2018:mac_installing_development_tools.png|}} 
- 
-You can otherwise follow these links to find the simples solutions for your local environment. 
-https://git-scm.com/book/en/v2/Getting-Started-Installing-Git 
- 
- 
-[[tech2018:dev_application| Back to: dev applications pages]] 
tech2018/development_tools.1527691190.txt.gz ยท Last modified: 2018/05/30 14:39 by Gianluca Pelliccioli