|
Size: 1742
Comment:
|
Size: 1884
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 43: | Line 43: |
| 1. Setup [http://en.wikipedia.org/wiki/Robots.txt robots.txt] so that Google (and other search engines) do not randomly create large orders |
Setting up Control Web Shopper
- Ensure customer has
- A static IP
- Registered domain name
- Appropriate DNS settings
- Ensure customers firewall allows inbound HTTP and HTTPS connections to server (May also need to setup port forwarding)
- Install a HTTP server
yum install httpd
Copy files from /u/ccdev/std/internet/cgi/ to /var/www/html/
cp /u/ccdev/std/internet/cgi/* /var/www/html/
Enable ability for web server to run CGI scripts. In Apache, enable the "Options ExecCGI" option in /etc/httpd/conf/httpd.conf
- Create and configure the INTERNET terminal. Ensure it is in the correct company.
Setup correct environment variables in /var/www/html/header.cgi
Set the "Internet Location" in coaad
- Install SSL module for web server
yum install mod_ssl
- Generate SSL certificate
cd /etc/pki/tls/certs/ make <CUSTOMER>.key make <CUSTOMER>.csr make <CUSTOMER>.crt #Edit the SSLCertificateKeyFile and SSLCertificateFile to point to the newly generated files vi /etc/httpd/conf.d/ssl.conf service httpd restart
- Ensure that the NET_SALES debtor exists
- Ensure NET_SALE salesperson exists
Ensure ImageMagick is installed on server
ln -s /u/cc/<COMPANY>/images/ /var/www/html/
Edit /etc/httpd/conf/httpd.conf to reflect the domain name
ServerName <DOMAIN_NAME>:80
- Configure some of the webshopper related options
coaad -> Location for Internet Stock
coaad -> Sell available stock from internet Location
coaad -> Sell available stock from all Location
Setup [http://en.wikipedia.org/wiki/Robots.txt robots.txt] so that Google (and other search engines) do not randomly create large orders
!! TEST !!
