Get Started

Netbeans

VS Code

Install the base application

Hello World

Subversion

Netbeans

Make a project in Netbeans

1. Install Netbeans 11.3
2. Open Netbeans 11.3
3. Click [file] - [New project]
4. Select "PHP" and "PHP Applications with Existing Sources"
5. Click [Next]

Set project folder

1. Add new folder ( The folder name is recommended same as SFTP login name.
2. Select this folder.
3. Click [Open]

Set Project detail

1. Set PHP version as 7.2
2. Set Default Encoding as UTF-8

Set SFTP

1. Select "Run as " as "Remote web site (FTP,SFTP)"
2. Click "Remote Connection" - [Manage]
3. Click [Add..] then set "Connection Name" as SFTP login id and "Connection Type" as SFTP. Click [OK]
4. Set "Hostname" and "User Name" and "Password" as SFTP account
5. Set "Initial Directory" as "/"
6. Check "Test Connection". It will show a "Success" dialog. Click [OK] button.
7. Set "Project URL" as https://app-hello.crayondatabase.com/app/app.php?class=login&testserver=true
You must change app-hello as your login account.
8. Set Upload Directory as "/"
9. Set Index File as blank.
10. Set Upload Files as "On Save"
11. Click [Finish]

FOCUS Business Platform