 |
| |
 |
Hourly Billing |
 |
Automated Provisioning |
 |
API |
 |
Dedicated Servers & Disks |
|
 |

|
 |
 |
 |

1. Add first web server
a. Click the "ADD A SERVER" link at the top of the page
b. Click "Add Now" to add a server with the hardware of your choice (Small, Medium, Large, etc.)
c. Click the "View ServerXXX details" link
d. Click the "Edit" link and name the server (ex. farmserver1)
e. Click the "Save" link.
2. Configure your first web server
a. Log into the server using the credentials in the server details page
b. Install the web server application by typing the commands below one per line and hitting enter after each command
yum install httpd
chkconfig httpd on
/etc/init.d/httpd start
/NewServers™/openPortInFirewall 80
c. Test the web server by entering the servers IP in your browser. You should see the default Apache page.
Next >> Create a server image |
 |
|