Skip to content

Commit

Permalink
docs: Add installation instructions for linux (Centos) (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
reesezee authored and jfuss committed Oct 12, 2018
1 parent 36c9d99 commit 044591c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@ environment variable to contact the docker daemon.
- **Windows**: `Docker
For Windows (create an account & follow through to download from the Docker Store) <https://www.docker.com/docker-windows>`__
- **Linux**: Check your distro’s package manager (e.g. yum install docker)

*** for Centos 7.5 System requirements are::
yum install gcc zip py-pip py-setuptools ca-certificates groff python-dev g++ make docker epel-release python-pip python-devel\
python-tools
**run post install of above**
pip install --upgrade pip
pip install --upgrade setuptools
pip install --upgrade aws-sam-cli
*** if you want to use the lambda-local option(without running it as root) you will need to add your user to the docker group ***
usermod -a -G Docker yourUserName
**Note for macOS and Windows users**: SAM CLI requires that the project directory
(or any parent directory) is listed in `Docker file sharing options <https://docs.docker.com/docker-for-mac/osxfs/>`__.

Expand Down

0 comments on commit 044591c

Please sign in to comment.