From ab0fafa5a75bfd7c4e89a2d3350dcc9b50f7c1c5 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 23 May 2013 13:20:50 -0400 Subject: [PATCH] Some doc updates, don't mention vagrant --- README.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index c2641c5010..0000000000 --- a/README.md +++ /dev/null @@ -1,34 +0,0 @@ -AnsibleWorks -============ - -AnsibleWorks is a GUI and REST API on top of core Ansible. - -AnsibleWorks is commercial software, for use only under license. - -This source code is not for distribution. - -Technology -========== - -* Ansible -* Django (a python web framework) -* Django REST Framework -* Celery (a python task engine) -* PostgreSQL -* Angular.js - -Getting Things Installed -======================== - -See the ansible-doc repo - -Accessing the UI -================ - -The UI is installed under ansibleworks/ui/ and accessible at the root URL. -After starting the Django server (i.e. make runserver), access the UI from a -web browser at: - -http://127.0.0.1:8013/ - -(routes and formal installation steps including Apache proxying pending)