CS50-Appliance-PHPStorm
Installing PhpStorm
Installing PHPStorm on the CS50 appliance is relatively easy because it comes with Java, albeit the OpenJDK-JRE, preinstalled.
The OpenJDK may cause some visual issues with the OpenJDK, but they are easily solved just by relaunching the application. The alternative is replacing the OpenJDK with Oracle's proprietary version, and is far more difficult than the small benefit gained.
- Go here and the download will start automatically
- Open up a terminal and run this command:
tar xf Downloads/PhpStorm-*.tar.gz
- Now you need to relocate the program to a more sane place
mv PhpStorm* PhpStorm
- Finally you should run the program for the first time (from the command line still)
PhpStorm/bin/phpstorm.sh
- Choose to evaluate the application, and accept the license agreement
- Check the box that says "Create desktop shortcut" as well as the one that says "For all users"
- Close the window
Phpstorm is now installed and accessible from the menu! You have 30 days to mess around with it before you will need to acquire a license.
Doing useful things with PhpStorm
//TODO
License
This document is made available under a CC BY-SA 4.0 license, the full text of which can be found online or in the LICENSE file.
Contributing
If you have any additional ideas you wish to share, or any additions/corrections to this document, please open a pull request. Please do not add yourself to the "Authors" section, this will be done by the repository owner. Note that terms of the contribution guidelines apply.