| |
---|
| | 1) Set correct variables in config.php (should be self explanitory) |
---|
| | |
---|
| | 2) Make SMSResponse.php accessible from the web, a couple of ways of doing this: |
---|
| | |
---|
| | 2a) Sore in webserver folder running on different port e.g. /var/www/html/SMSResponse.php with apache running on port 8888 |
---|
| | 2a) Store in webserver folder running on different port e.g. /var/www/html/SMSResponse.php with apache running on port 8888 |
---|
| | |
---|
| | 2b) Run a simple PHP server from the GoSMS directory: |
---|
| | 2b) Run a simple PHP server from the /opt/GoSMS/ directory: |
---|
| | |
---|
| | php -S 0.0.0.0:8888 |
---|
| | |
---|
| | |
---|
| | |