Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.52 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.52 KB

Rikkeisoft PHP Training

forthebadge forthebadge forthebadge forthebadge

Training projects for PHP dev

1. Setup environment

On Windows
  1. Latest Netbeans or Eclipse
  2. Latest Notepad++
  3. Virtual machine with Ubuntu/CentOS server (with MySQL Server, Apache/Nginx)
  4. Git client
On Linux
  1. Latest Netbeans or Eclipse
  2. gedit/nano/vim (SublimeText, Atom - highly recommended)
  3. LAMP/LEMP
  4. SVN (and/or Git) client

2. Training projects

3. Common requirements

  1. Follow coding convention and style guide
  2. Pay attention on commenting, marking as TODO