Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Set Up:
mysql cellar -uroot < cellar.sql

3. Deploy the webapp included in this repository.
4. Open api/index.php. In the getConnection() function at the bottom of the page, make sure the connection parameters match your database configuration.
5. Open main.js and make sure the rootURL variable matches your deployment configuration.
6. Access the application in your browser. For example: http://localhost/cellar.
4. Open `api/index.php`. In the getConnection() function at the bottom of the page, make sure the connection parameters match your database configuration.
5. Open `js/main.js` and make sure the rootURL variable matches your deployment configuration.
6. Access the application in your browser. For example: http://localhost/cellar.