tnadeauaria closed pull request #4: ARIA-415: add git to source-based installation in Getting Started Guide URL: https://github.com/apache/incubator-ariatosca-website/pull/4
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/gettingstarted.md b/gettingstarted.md index 5a02dfb..a9c8c81 100644 --- a/gettingstarted.md +++ b/gettingstarted.md @@ -5,8 +5,8 @@ permalink: /getting-started/ share: false --- -Installation ------------- +Package-Based Installation +-------------------------- ARIA is [available on PyPI](https://pypi.python.org/pypi/apache-ariatosca). @@ -17,6 +17,10 @@ To install ARIA directly from PyPI (using a ``wheel``), use:: pip install --upgrade pip setuptools pip install apache-ariatosca + +Source-based Installations +-------------------------- + To install ARIA from source, download the source tarball from [PyPI](https://pypi.python.org/pypi/apache-ariatosca), extract and ``cd`` into the extract dir, and run:: @@ -34,12 +38,12 @@ To install ARIA from source, download the source tarball from **Ubuntu/Debian** (tested on Ubuntu14.04, Ubuntu16.04):: - apt-get install -y python-dev gcc libffi-dev libssl-dev + apt-get install -y python-dev gcc libffi-dev libssl-dev git pip install apache-ariatosca[ssh] **Centos** (tested on Centos6.6, Centos7):: - yum install -y python-devel gcc libffi-devel openssl-devel + yum install -y python-devel gcc libffi-devel openssl-devel git pip install apache-ariatosca[ssh] **Archlinux**:: @@ -65,8 +69,8 @@ To install ``pip``, either use your distro's package management system, or run:: -Getting Started ---------------- +"Hello World" Example +--------------------- This section will describe how to run a simple "Hello World" example. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
