Changeset View
Changeset View
Standalone View
Standalone View
src/docs/user/installation_guide.diviner
Show First 20 Lines • Show All 126 Lines • ▼ Show 20 Lines | |||||
If you already have LAMP setup, you've probably already got everything you need. | If you already have LAMP setup, you've probably already got everything you need. | ||||
It may also be helpful to refer to the install scripts above, even if they don't | It may also be helpful to refer to the install scripts above, even if they don't | ||||
work for your system. | work for your system. | ||||
Now that you have all that stuff installed, grab Phorge and its | Now that you have all that stuff installed, grab Phorge and its | ||||
dependencies: | dependencies: | ||||
$ cd somewhere/ # pick some install directory | $ cd somewhere/ # pick some install directory | ||||
somewhere/ $ git clone https://we.phorge.it/source/arcanist.git | somewhere/ $ git clone https://github.com/phorgeit/arcanist.git | ||||
somewhere/ $ git clone https://we.phorge.it/source/phorge.git | somewhere/ $ git clone https://github.com/phorgeit/phorge.git | ||||
After cloning, flag them as safe (to avoid the error //"fatal: | After cloning, flag them as safe (to avoid the error //"fatal: | ||||
detected dubious ownership in repository at ..."//): | detected dubious ownership in repository at ..."//): | ||||
$ sudo git config --system --add safe.directory somewhere/arcanist | $ sudo git config --system --add safe.directory somewhere/arcanist | ||||
$ sudo git config --system --add safe.directory somewhere/phorge | $ sudo git config --system --add safe.directory somewhere/phorge | ||||
Next Steps | Next Steps | ||||
========== | ========== | ||||
Continue by: | Continue by: | ||||
- configuring Phorge with the @{article:Configuration Guide}; or | - configuring Phorge with the @{article:Configuration Guide}; or | ||||
- learning how to keep Phorge up to date with | - learning how to keep Phorge up to date with | ||||
@{article:Upgrading Phorge}. | @{article:Upgrading Phorge}. |
Content licensed under Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) unless otherwise noted; code licensed under Apache 2.0 or other open source licenses. · CC BY-SA 4.0 · Apache 2.0