Looking for a part time SysAdmin to automate install script
We are in the process of finishing up our development cycle and trying to go live soon. So we have manual steps involved in building the linode, we would like to put them in to the script and run it.
We might also ask for help in other areas, so we are looking for a part time candidate to help in this.
If you know or some body that you know of knows this please let us know.
current sample manual steps which need automate in the script:
a. #Update the server
sudo apt-get update && sudo apt-get upgrade
b. #Install Apache 2.2.20
sudo apt-get install apache2
c. apache2 -version
Server version: Apache/2.2.20 (Ubuntu)
d. #Install PostgreSQL Server and Client
sudo apt-get install postgresql postgresql-client postgresql-contrib
e. Install PHP 5.3.6-13:
i. sudo apt-get install php5
ii. sudo apt-get install php5-cli
iii. sudo apt-get install php5-pgsql
iv. sudo apt-get install php5-curl