Skip to content

Commit

Permalink
Instructions to run the project on localhost (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzovngl committed Nov 26, 2022
1 parent 27e7374 commit f08049a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,18 @@ The source code available in this repository is licensed under the [MIT license]
*The profile photos of people appearing on the site are used under their permission and belong to them.*

*The contents mentioned above MUST NOT be used outside the Nice Places project.*

## 🛠️ Installation Steps

1. Clone the repository.

```bash
git clone https://github.com/niceplaces/website.git niceplaces-website
```

2. Download and install [XAMPP](https://www.apachefriends.org/it/index.html).
3. Place the folder `niceplaces-website` in `htdocs` folder of XAMPP (e.g. in Windows the default path is `C:\xampp\htdocs`).
4. Open *XAMPP Control Panel* and run *Apache* module.
5. Open `http://localhost/niceplaces-website/` in your browser.

*TODO: add the instructions to configure the local MySQL database and a Google Maps API key*

0 comments on commit f08049a

Please sign in to comment.