Skip to content

Commit 572996e

Browse files
committed
Added a Getting Started section on README
1 parent 66ed360 commit 572996e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ And yes, it differs a little bit from the proposed solution, but I think ilustra
3535
- `PHP`: `^5.6`
3636
- `MySQL`: `^5.4`
3737

38+
## Getting started
39+
- Download/clone the latest version of the project from `master` branch;
40+
- Let's call `$projectPath` the place where you gonna run the project;
41+
- Create a database (using UTF-8 encoding) and import the file `$projectPath/misc/dump.sql` into it;
42+
- Edit `$projectPath/constants.php` to match your local environment settings;
43+
- That sould be it.
44+
3845
## Contributing
3946
Feel free to contribute in any way by [creating an issue](https://github.com/deenison/Basic-MySQL-PHP-AJAX-Example/issues/new), cloning the project, creating your own branches and sending pull requests or even [saying hello](https://github.com/deenison).
4047

0 commit comments

Comments
 (0)