Skip to content

Commit

Permalink
Moving READMEs around
Browse files Browse the repository at this point in the history
  • Loading branch information
marktheunissen committed Aug 22, 2012
1 parent 1358364 commit 1e5fb1f
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 38 deletions.
38 changes: 0 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,42 +82,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.

Ubuntu 12.04 LAMP Dev Server
---------------------------

Found in folder __/ubuntu-12.04-lamp-dev__

Packages tagged 'common': Apache, MySQL, APC cache, PHP.

Other optional tags:

+--------------------------------------------------------------+
| drush | Drupal shell. |
+--------------------------------------------------------------+
| ftp | VSFtp daemon |
+--------------------------------------------------------------+
| nodejs | node.js and npm (latest from ppa) |
+--------------------------------------------------------------+
| redis | redis server |
+--------------------------------------------------------------+
| css | SASS, Susy, Compass, Respond-to |
+--------------------------------------------------------------+
| dotcloud | The CLI for interacting with dotcloud hosting |
+--------------------------------------------------------------+

This server is configured for multiple developers who need to work on many
projects simultaneously. The most notable piece of configuration is the way
Apache is setup, it has a variable document root. This allows a developer to
organise their home folder in the following way:

/home/username/www/project1
/home/username/www/project2
/home/username/www/project3

And access each of the sites by going to URLs formatted as follows:

http:https://username.project1.example.com/
http:https://username.project2.example.com/
http:https://username.project3.example.com/

[1]: http:https://ansible.github.com/ "Ansible"
18 changes: 18 additions & 0 deletions ubuntu-10.04-lamp-dev/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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.

Use `./run-local-all` to run all the tags, otherwise directly run the parts you
need using:

ansible-playbook -c local --tags="common,..." ./setup.yml

Packages tagged 'common': Apache, MySQL, PHP.

Other optional tags:

+--------------------------------------------------------------+
| drush | Drupal shell. |
+--------------------------------------------------------------+
40 changes: 40 additions & 0 deletions ubuntu-12.04-lamp-dev/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
Ubuntu 12.04 LAMP Dev Server
---------------------------

Use `./run-local-all` to run all the tags, otherwise directly run the parts you
need using:

ansible-playbook -c local --tags="common,..." ./setup.yml

This server is configured for multiple developers who need to work on many
projects simultaneously. The most notable piece of configuration is the way
Apache is setup, it has a variable document root. This allows a developer to
organise their home folder in the following way:

/home/username/www/project1
/home/username/www/project2
/home/username/www/project3

And access each of the sites by going to URLs formatted as follows:

http:https://username.project1.example.com/
http:https://username.project2.example.com/
http:https://username.project3.example.com/

Packages tagged 'common': Apache, MySQL, APC cache, PHP.

Other optional tags:

+--------------------------------------------------------------+
| drush | Drupal shell. |
+--------------------------------------------------------------+
| ftp | VSFtp daemon |
+--------------------------------------------------------------+
| nodejs | node.js and npm (latest from ppa) |
+--------------------------------------------------------------+
| redis | redis server |
+--------------------------------------------------------------+
| css | SASS, Susy, Compass, Respond-to |
+--------------------------------------------------------------+
| dotcloud | The CLI for interacting with dotcloud hosting |
+--------------------------------------------------------------+

0 comments on commit 1e5fb1f

Please sign in to comment.