Typo
1 parent 1d8c003 commit df3e1ada52502afc9c164da907ce0c514b440c7d
root authored on 18 May 2019
Showing 1 changed file
View
4
README.md
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
 
Buy Me A Coffee