If you want to try or use great php IDE PhpStorm follow these steps:
- download PhpStorm from http://www.jetbrains.com/phpstorm/download/
- unpack downloaded file with following command tar xfz PhpStorm-*.tar.gz (or right click in nautilus and choose "Extract Here")
- open folder "PhpStorm/bin/", right click to "phpstorm.sh", choose "properties. In permissions tab mark checkbox "Allow executing file as program"
- install Oracle JDK by following commands:
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
- double click on file "phpstorm.sh", click to "run"
2 comments:
Help Full.. Thnax author.. :)
Огромное спасибо автору! =)
Post a Comment