Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12740727
install-arc.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
install-arc.sh
View Options
#!/bin/sh
# -------------------------------------------------------------
# Install Arcanist for operations
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: BSD-2-Clause
# -------------------------------------------------------------
set
-e
ARC_DIR
=
/opt/phabricator
BIN_DIR
=
/usr/local/bin
# -------------------------------------------------------------
# Clone repositories
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mkdir -p
"
$ARC_DIR
"
cd
"
$ARC_DIR
"
git clone https://github.com/nasqueron/arcanist.git
git clone https://github.com/nasqueron/shellcheck-linter.git
# -------------------------------------------------------------
# Provide symlink
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ln -s
"
$ARC_DIR
/arcanist/bin/arc"
"
$BIN_DIR
/arc"
# -------------------------------------------------------------
# Check prerequisites
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
command
-v php > /dev/null
||
echo
⚠️ You also need to install PHP to use Arcanist.
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sun, Nov 16, 13:05 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3114503
Default Alt Text
install-arc.sh (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment