User Tools

Site Tools


tech2018:s3:development_tools

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

Eclipse

We like and hence we suggest Eclipse Mars 2 for PHP Developers . Installation is straightforward.

In order to install Eclipse you will need an available JVM installed. We liked to get it from here:

You can verify the proper installation of JAVA using the following command (or equivalent)

Gianlucas-iMac:~ admin$ /usr/libexec/java_home 
/Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home
Gianlucas-iMac:~ admin$ 

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

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

After having completed the git installation you can run the following configuration steps to verify if everything is working fine:

git config --global user.name "Mona Lisa"
git config --global user.email Your.email@com

Back to: dev applications pages

tech2018/s3/development_tools.txt · Last modified: 2018/06/05 08:00 by Gianluca Pelliccioli