Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F675
continuation script
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Authored By
stwalkerster
May 28 2016, 10:24 PM
2016-05-28 22:24:07 (UTC+0)
Size
1 KB
Referenced Files
None
Subscribers
None
continuation script
View Options
#!/bin/bash -xe
############## install phabricator #####################
mkdir /opt/phabricator
groupadd phabricator
useradd -d /opt/phabricator -M -s /bin/bash -g phabricator phabricator
service php5-fpm restart
service apache2 restart
cd
/opt/phabricator
sudo -u phabricator git clone https://github.com/phacility/libphutil.git
sudo -u phabricator git clone https://github.com/phacility/arcanist.git
sudo -u phabricator git clone https://github.com/phacility/phabricator.git
cd
phabricator
# set up database
sudo -u phabricator ./bin/config
set
mysql.host ninetales.scimonshouse.net
sudo -u phabricator ./bin/config
set
mysql.user phabricator
sudo -u phabricator ./bin/config
set
mysql.pass phabricator
sudo -u phabricator ./bin/storage upgrade --force
# set up user accounts
sudo -u phabricator ./bin/config
set
diffusion.ssh-user git
sudo -u phabricator ./bin/config
set
diffusion.phd-user phabricator
echo
"git ALL=(phabricator) SETENV: NOPASSWD: /usr/bin/git, /usr/bin/git-upload-pack, /usr/bin/git-receive-pack"
> /etc/sudoers.d/phabricator
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
583
Default Alt Text
continuation script (1 KB)
Attached To
Mode
P30 continuation script
Attached
Detach File
Event Timeline
Log In to Comment