You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,7 @@ A quick look at the top-level files and directories in this project.
213
213
-**`/config`**: Images used for the `configure.php` page.
214
214
-**`/fav`**: Favorite/Bookmark icons, including icons for Android and iOS shortcuts.
215
215
-**`/link`**: Images used for the link icons on the `email.php` page (i.e google, facebook, etc.).
216
-
-**`/logo`**: This is where your uploaded company logo will go from the Configure screen (replacing `logo.php`) for the Customer screen. There's also a backup of the default **Palm Tree** logo named `default_logo.php`.
216
+
-**`/logo`**: This is where your uploaded company logo will go from the Configure screen (replacing `logo.png`) for the Customer screen.
217
217
4.**`/js`**: The directory where the default JavaScript and jQuery file is stored: `main.js`. It also contains the included dependency file [jQuery-Tabledit v1.2.3](https://github.com/markcell/jquery-tabledit), located in `jquery.tabledit.js`, used to update the Customer screen table using the `customers.php` table.
218
218
5.**`/lib`**: The directory where misc. library files are stored. This directory contains the [PHPMailer v6.7.1](https://github.com/PHPMailer/PHPMailer/tree/5.2-stable) dependency, which is used in the `email.php` file to call email functions. This directory also contains the `phpinfo.php` file, to be viewed in your browser, containing the `phpinfo()` function:
219
219
> Because every system is setup differently, `phpinfo()` is commonly used to check configuration settings, such as log file locations, and for available predefined variables on a given system.
@@ -271,7 +271,7 @@ A quick look at the top-level files and directories in this project.
271
271
docker-compose up
272
272
```
273
273
6. This will build the **Docker Containers** and you should find your application running under *port 80*.
274
-
- Navigate to: ```http://localhost/index.php```
274
+
- Navigate to: ```http://localhost```
275
275
276
276
***Using XAMPP (Alternative):***
277
277
@@ -286,8 +286,13 @@ A quick look at the top-level files and directories in this project.
286
286
- From: `/configure.php` To: `/Palm-Tree/configure.php`
287
287
- From: `/email.php` To: `/Palm-Tree/email.php`
288
288
- Alternatively, you can update the `httpd.conf` file to set your default index page for your localhost to the `Palm-Tree` directory.
289
-
290
289
6. Go to your web browser and navigate to the URL: `http://localhost/Palm-Tree` and you should be redirected to the main application page.
290
+
7. If you're accessing **Palm Tree** from a mobile device on your local network, you'll have to to access the application using your host machines IP address. To find your IP address, open up your CLI and type:
291
+
```bash
292
+
ipconfig
293
+
```
294
+
- You should see your IP address under the `IPv4 Address` field.
295
+
- Navigate to the URL: `http://<your_ip_address>/Palm-Tree` and you should be redirected to the main application page.
<metaname="description"content="A web based CRM application with Google Business Review email request capabilities. Send marketing emails out to your customers, including emails requesting Google Business Reviews. Directly open a Review window on your Google Business page with a click of a button within the email.">
0 commit comments