We use Visual Studio Team Services for source code on a LAMP stack Azure VM. When deploying via VS TS and copying the files over SSH through VS TS, I had a few challenges to automate the build/deployment process. Here is how I set things up. Check your files into source control (PHP files, web … Continue reading Using Visual Studio Team Services build tasks for Linux over SSH
Category: Linux
Linux based posts relating to the Linux OS, virtual machines, etc.
Azure Linux Ubuntu disk space full
I noticed our dev team had some issues with our disk space on an Azure VM saying the disk was full. I saw something in Linux called dev/sba1 that was taking up all my space and my disk was full. Why was my Linux storage space low? Our website is only 5-6GB in size, so … Continue reading Azure Linux Ubuntu disk space full
SharePoint DevOps Part 1 – Setup CentOS with Ansible
This is the first post in a series for creating a Linux host with Ansible to control Windows machines and install SharePoint. Let me preface this with I have no clue how far I will get. I expect this to take a few weeks if it's possible. Ansible seems to be growing, and this all … Continue reading SharePoint DevOps Part 1 – Setup CentOS with Ansible