Skip to content

Commit

Permalink
Remove eaccellerator
Browse files Browse the repository at this point in the history
  • Loading branch information
marktheunissen committed Feb 26, 2013
1 parent b38ca85 commit 0bb1ecc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 24 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps for setting it up on Ubuntu and immediately configuring it to use
localhost as the target server, the simplest configuration option:

sudo aptitude -y install git python-jinja2 python-yaml python-paramiko python-software-properties
add-apt-repository ppa:rquillo/ansible/ubuntu
add-apt-repository ppa:rquillo/ansible
aptitude update
aptitude install ansible
echo "localhost" > /etc/ansible/hosts
Expand Down Expand Up @@ -83,4 +83,4 @@ Conventions used in playbooks
__vars/settings-default.yml__ file will give you a complete overview of all the
configuration that is modified from the server package default.

[1]: http:https://ansible.github.com/ "Ansible"
[1]: http:https://ansible.github.com/ "Ansible"
5 changes: 1 addition & 4 deletions ubuntu-10.04-lamp-dev/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Ubuntu 10.04 LAMP Dev Server
---------------------------

This server is configured with standard LAMP for a single docroot. APC is not
installed, rather eAccellerator is built. Docroot is at /var/dev.
This server is configured with standard LAMP for a single docroot. It was used for a client that we no longer work with, who had a production server running Ubuntu 10.04. This playbook is no longer maintained. Docroot is at /var/dev.

Use `./run-local-all` to run all the tags, otherwise directly run the parts you
need using:
Expand All @@ -16,7 +15,5 @@ Other optional tags:
+--------------------------------------------------------------+
| drush | Drupal shell. |
+--------------------------------------------------------------+
| eaccel | eAccelerator |
+--------------------------------------------------------------+
| memcached | Memcached daemon and memcache PECL extension |
+--------------------------------------------------------------+
1 change: 0 additions & 1 deletion ubuntu-10.04-lamp-dev/files/etc-sysctl-d-65-shm-size-conf

This file was deleted.

This file was deleted.

0 comments on commit 0bb1ecc

Please sign in to comment.