Commit ea5afb6e by Max Rothman

Merge pull request #2697 from edx/max/alton-doc

Add some docs, fix some bugs
parents a8c16f81 07066991
# Configure an admin instance with jenkins and asgard.
# Usage: ansible-playbook alton.yml -i <admin-host>, -e <secure-repo>/admin/edx_admin.yml -e <secure-repo>/admin/admin.yml
- name: Configure instance(s)
hosts: all
sudo: True
......
......@@ -54,7 +54,7 @@ alton_venv_dir: "{{ alton_venvs_dir }}/alton"
alton_venv_bin: "{{ alton_venv_dir }}/bin"
alton_source_repo: "https://github.com/edx/alton.git"
alton_version: "HEAD"
alton_version: "master"
alton_requirements_file: "{{ alton_code_dir }}/requirements.txt"
alton_supervisor_wrapper: "{{ alton_app_dir }}/alton-supervisor.sh"
......
......@@ -23,3 +23,4 @@ dependencies:
- common
- supervisor
- redis
......@@ -29,6 +29,6 @@ redis_group: redis
#
redis_debian_pkgs:
- "redis-server=2:2.8.11-1chl1~precise1"
- "redis-server"
redis_redhat_pkgs: []
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment