Change the repo file URLs to https, which actually fixes an issue with
one of them (it was redirected and curl doesn't follow redirects by
default).
Thanks for spotting, @garretraziel.
| lbrabec | |
| garretraziel | |
| tflink | |
| jskladan |
Change the repo file URLs to https, which actually fixes an issue with
one of them (it was redirected and curl doesn't follow redirects by
default).
Thanks for spotting, @garretraziel.
links seem to work now
| Automatic diff as part of commit; lint not applicable. |
| Automatic diff as part of commit; unit tests not applicable. |
| Path | Packages | |||
|---|---|---|---|---|
| M | docs/source/devguide.rst (3 lines) | |||
| M | docs/source/index.rst (3 lines) | |||
| M | docs/source/quickstart.rst (13 lines) | |||
| M | readme.rst (2 lines) |
| Commit | Tree | Parents | Author | Summary | Date |
|---|---|---|---|---|---|
| 06531a70b2f3 | 454a9a393bfd | bc4c65a1eec7 | Kamil Páral | docs: fix yum repo URLs (Show More…) | Jul 8 2015, 2:30 PM |
| Show First 20 Lines • Show All 99 Lines • ▼ Show 20 Line(s) | |||||
| 100 | 100 | | |||
| 101 | As Arcanist is an interface to Phabricator, we **strongly recommend** that you | 101 | As Arcanist is an interface to Phabricator, we **strongly recommend** that you | ||
| 102 | install it using our packages instead of from the upstream git repos (as | 102 | install it using our packages instead of from the upstream git repos (as | ||
| 103 | described in upstream documentation). That way, there is no question that the | 103 | described in upstream documentation). That way, there is no question that the | ||
| 104 | Arcanist version used locally is compatible with our Phabricator instance. | 104 | Arcanist version used locally is compatible with our Phabricator instance. | ||
| 105 | 105 | | |||
| 106 | To add our yum repository containing Phabricator related packages, run:: | 106 | To add our yum repository containing Phabricator related packages, run:: | ||
| 107 | 107 | | |||
| 108 | sudo curl http://repos.fedorapeople.org/repos/tflink/phabricator/fedora-phabricator.repo -o /etc/yum.repos.d/fedora-phabricator.repo | 108 | sudo curl https://repos.fedorapeople.org/repos/tflink/phabricator/fedora-phabricator.repo \ | ||
| 109 | -o /etc/yum.repos.d/fedora-phabricator.repo | ||||
| 109 | 110 | | |||
| 110 | Once the repository has been configured, install Arcanist using:: | 111 | Once the repository has been configured, install Arcanist using:: | ||
| 111 | 112 | | |||
| 112 | sudo yum install arcanist | 113 | sudo yum install arcanist | ||
| 113 | 114 | | |||
| 114 | Arcanist is written in PHP and installing it will pull in several PHP packages | 115 | Arcanist is written in PHP and installing it will pull in several PHP packages | ||
| 115 | as dependencies. | 116 | as dependencies. | ||
| 116 | 117 | | |||
| ▲ Show 20 Lines • Show All 295 Lines • Show Last 20 Lines | |||||
| Show First 20 Lines • Show All 63 Lines • ▼ Show 20 Line(s) | |||||
| 64 | 64 | | |||
| 65 | Install Libtaskotron | 65 | Install Libtaskotron | ||
| 66 | ==================== | 66 | ==================== | ||
| 67 | 67 | | |||
| 68 | In order to run any tasks locally, libtaskotron must first be installed. While | 68 | In order to run any tasks locally, libtaskotron must first be installed. While | ||
| 69 | not currently in the main Fedora repositories, it is available in a side repo | 69 | not currently in the main Fedora repositories, it is available in a side repo | ||
| 70 | which is updated as new versions are released. To enable this repo:: | 70 | which is updated as new versions are released. To enable this repo:: | ||
| 71 | 71 | | |||
| 72 | sudo wget http://copr-fe.cloud.fedoraproject.org/coprs/tflink/taskotron/repo/fedora-21/tflink-taskotron-fedora-21.repo -O /etc/yum.repos.d/tflink-taskotron-fedora-21.repo | 72 | sudo curl https://copr-fe.cloud.fedoraproject.org/coprs/tflink/taskotron/repo/fedora-21/tflink-taskotron-fedora-21.repo \ | ||
| 73 | -o /etc/yum.repos.d/tflink-taskotron-fedora-21.repo | ||||
| 73 | 74 | | |||
| 74 | .. TODO - replace this link with a non-copr repo that's more stable over time | 75 | .. TODO - replace this link with a non-copr repo that's more stable over time | ||
| 75 | 76 | | |||
| 76 | Once the repository is enabled, install libtaskotron with:: | 77 | Once the repository is enabled, install libtaskotron with:: | ||
| 77 | 78 | | |||
| 78 | sudo yum install libtaskotron | 79 | sudo yum install libtaskotron | ||
| 79 | 80 | | |||
| 80 | Note: The permissions on several notable directories (e.g. ``/var/log/taskotron``, | 81 | Note: The permissions on several notable directories (e.g. ``/var/log/taskotron``, | ||
| ▲ Show 20 Lines • Show All 45 Lines • Show Last 20 Lines | |||||
| 1 | ===================== | 1 | ===================== | ||
|---|---|---|---|---|---|
| 2 | Taskotron Quick Start | 2 | Taskotron Quick Start | ||
| 3 | ===================== | 3 | ===================== | ||
| 4 | 4 | | |||
| 5 | 5 | | |||
| 6 | Add repo | 6 | Add repo | ||
| 7 | ======== | 7 | ======== | ||
| 8 | 8 | | |||
| 9 | :: | 9 | :: | ||
| 10 | 10 | | |||
| 11 | sudo wget http://copr-fe.cloud.fedoraproject.org/coprs/tflink/taskotron/repo/fedora-20-i386/tflink-taskotron-fedora-20-i386.repo -O /etc/yum.repos.d/tflink-taskotron-fedora-20-i386.repo | 11 | sudo curl https://copr-fe.cloud.fedoraproject.org/coprs/tflink/taskotron/repo/fedora-21/tflink-taskotron-fedora-21.repo \ | ||
| 12 | -o /etc/yum.repos.d/tflink-taskotron-fedora-21.repo | ||||
| 12 | 13 | | |||
| 13 | 14 | | |||
| 14 | Install | 15 | Install | ||
| 15 | ======= | 16 | ======= | ||
| 16 | 17 | | |||
| 17 | :: | 18 | :: | ||
| 18 | 19 | | |||
| 19 | sudo yum install libtaskotron | 20 | sudo yum install libtaskotron | ||
| ▲ Show 20 Lines • Show All 75 Lines • Show Last 20 Lines | |||||
| Show All 30 Lines | |||||
| 31 | instead. If you really want to develop libtaskotron itself, please continue. | 31 | instead. If you really want to develop libtaskotron itself, please continue. | ||
| 32 | 32 | | |||
| 33 | For the moment, libtaskotron can't be fully installed by either pip or rpm and | 33 | For the moment, libtaskotron can't be fully installed by either pip or rpm and | ||
| 34 | needs a bit of both for now. | 34 | needs a bit of both for now. | ||
| 35 | 35 | | |||
| 36 | Some of the packages required for using libtaskotron are not yet available from | 36 | Some of the packages required for using libtaskotron are not yet available from | ||
| 37 | standard Fedora repos and the taskotron-copr repo is required:: | 37 | standard Fedora repos and the taskotron-copr repo is required:: | ||
| 38 | 38 | | |||
| 39 | sudo curl http://copr-fe.cloud.fedoraproject.org/coprs/tflink/taskotron/repo/fedora-21/tflink-taskotron-fedora-21.repo \ | 39 | sudo curl https://copr-fe.cloud.fedoraproject.org/coprs/tflink/taskotron/repo/fedora-21/tflink-taskotron-fedora-21.repo \ | ||
| 40 | -o /etc/yum.repos.d/tflink-taskotron-fedora-21.repo | 40 | -o /etc/yum.repos.d/tflink-taskotron-fedora-21.repo | ||
| 41 | 41 | | |||
| 42 | Once the copr repo is available, install the necessary packages:: | 42 | Once the copr repo is available, install the necessary packages:: | ||
| 43 | 43 | | |||
| 44 | sudo yum install \ | 44 | sudo yum install \ | ||
| 45 | createrepo \ | 45 | createrepo \ | ||
| 46 | gcc \ | 46 | gcc \ | ||
| 47 | git \ | 47 | git \ | ||
| ▲ Show 20 Lines • Show All 126 Lines • Show Last 20 Lines | |||||