vlead / continuous-integration

This repository talks about implementation of continuous-integration project
Other
0 stars 1 forks source link

create ubuntu14.04 64 bit openvz template #13

Open ksripathi opened 7 years ago

ksripathi commented 7 years ago

Currently ADS is using ubuntu12.04 64 bit openvz template to deploy service/lab since 14.04 is also LTS version we should move all labs into 14.04 64 bit OS. To do that we should create a OpenvZ template which has the environment for running make and emacs setup. ADS will use this template to install the service/lab

ksripathi commented 7 years ago

created template ubuntu-14.04-with-emacs.tar.bz and copied to base4 machine

ksripathi commented 7 years ago

This template has to have following 1) nginx server installation 2) required pip packages to be installed for ci-service to run build for all other vlead projects 3) on boot stop the nginx and apache2 services

ksripathi commented 7 years ago

Created new template with name ubuntu-14.04_x86_64-custom-emacs-ci which include all above features