From d0e1b4cb124461ce113117866f1d83ba97523284 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 31 Mar 2015 23:41:10 +0100 Subject: [PATCH] Updated services --- source/services.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/services.md b/source/services.md index 42bc2f0f1..1bad2f980 100644 --- a/source/services.md +++ b/source/services.md @@ -11,7 +11,7 @@ nav: services * Use of Drupal distributions such as [Commerce Kickstart](https://www.drupal.org/project/commerce_kickstart), [Drupal Commons](https://www.drupal.org/project/commons), [COD](https://www.drupal.org/project/cod) and [Open Atrium](https://www.drupal.org/project/openatrium). * Custom module development including integration with third party APIs. * Front-end and theme development using [SASS](http://sass-lang.com) and [Compass](http://compass-style.org). -* eCommerce using [Drupal Commerce](http://drupalcommerce.org) or [Ubercart](http://ubercart.org). +* eCommerce using [Drupal Commerce](http://drupalcommerce.org) (I've also used [Ubercart](http://ubercart.org) with Drupal 6). * CRM integration including [CiviCRM](http://civicrm.org) and [SugarCRM](www.sugarcrm.com). * Content and data migration using the [Migrate framework](http://www.drupal.org/migrate). * Ad-hoc and ongoing support and maintenance of Drupal sites, including security updates. @@ -19,7 +19,7 @@ nav: services ## Servers -* CentOS, RHEL and Ubuntu server configuration, including [Apache](http://apache.org), [Nginx](http://nginx.org), [PHP](http://php.net), [MySQL](http://mysql.com) and [MariaDB](https://mariadb.org). +* [CentOS](http://www.centos.org), [RHEL](http://www.redhat.com/en/technologies/linux-platforms/enterprise-linux) and [Ubuntu](http://www.ubuntu.com/server) server configuration, including [Apache](http://apache.org), [Nginx](http://nginx.org), [PHP](http://php.net), [MySQL](http://mysql.com) and [MariaDB](https://mariadb.org). * Configuration management using [Puppet](http://puppetlabs.com) (preferred) or [Ansible](http://www.ansible.com). * Continuous integration using [Jenkins](http://jenkins-ci.org). * Virtual machine setup using [Vagrant](http://vagrantup.com) for development or server testing.