mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Update INSTALL.md
These dependencies are unnecessary now that we are building the sdist inside of a container.
This commit is contained in:
parent
a1bd84af5e
commit
b8e628958e
19
INSTALL.md
19
INSTALL.md
@ -8,7 +8,6 @@ This document provides a guide for installing AWX.
|
||||
- [Clone the repo](#clone-the-repo)
|
||||
- [AWX branding](#awx-branding)
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Installing gettext](#installing-gettext)
|
||||
- [AWX Tunables](#awx-tunables)
|
||||
- [Choose a deployment platform](#choose-a-deployment-platform)
|
||||
- [OpenShift](#openshift)
|
||||
@ -49,29 +48,11 @@ To install the assets, clone the awx-logos repo into the root of your local AWX
|
||||
Before you can run a deployment, you'll need the following installed in your local environment:
|
||||
|
||||
- [Ansible](http://docs.ansible.com/ansible/latest/intro_installation.html)
|
||||
- gettext package for your platform (See [Installing gettext](#installing-gettext))
|
||||
- [Docker](https://docs.docker.com/engine/installation/)
|
||||
- [docker-py](https://github.com/docker/docker-py) Python module
|
||||
- [Node 6.x LTS version](https://nodejs.org/en/download/)
|
||||
- [NPM 3.x LTS](https://docs.npmjs.com/)
|
||||
- [GNU Make](https://www.gnu.org/software/make/)
|
||||
- [Git](https://git-scm.com/)
|
||||
|
||||
#### Installing gettext
|
||||
|
||||
On Fedora / CentOS / RHEL:
|
||||
|
||||
```bash
|
||||
$ yum install gettext
|
||||
```
|
||||
|
||||
On macOS:
|
||||
|
||||
```bash
|
||||
$ brew install gettext
|
||||
$ brew link gettext --force
|
||||
```
|
||||
|
||||
### AWX Tunables
|
||||
|
||||
**TODO** add tunable bits
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user