Skip to content

Commit

Permalink
added how to import project into phprad classic
Browse files Browse the repository at this point in the history
  • Loading branch information
willvin313 authored Sep 18, 2019
1 parent 9c9fb68 commit 98f5be5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,15 @@ Password: 12345
- System logs

## Project Import
How to import the project to phprad classic(Coming soon...)
How to import the project to phprad classic.
1. Create a database using <b>PhpMyAdmin</b> and import the .sql file into the database created.
2. Launch PHPRad Classic Edition Version 2.6.0 or above.
3. Click on "<b>Open Project</b>" button.
4. Locate and select the <b>.ppm</b> project file(an import dialog comes up).
5. Enter the name you want to use for the project in <b>Project Name</b>.
6. Select/Enter the directory location of your local server in the <b>Project Location</b> field.
7. Enter the link/address to access the generated app, usually <b>http://localhost/{PROJECT-NAME}</b> for WAMP and XAMPP local servers.
8. Enter your "MySQL" server ip and port in <b>Server</b> and <b>Port</b> fields repectively, leave at default if using local server.
9. Enter your "MySQL" server username and password in <b>User</b> and <b>Password</b> fields repectively.
10. If your "MySQL" connection settings are correct, you should see a list of you database when you click on the <b>Database</b> select field.
11. Now select the previouly created database and click on <b>Import Project</b> button.

0 comments on commit 98f5be5

Please sign in to comment.