Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F677
continuation script
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Authored By
stwalkerster
May 28 2016, 10:28 PM
2016-05-28 22:28:08 (UTC+0)
Size
911 B
Referenced Files
None
Subscribers
None
continuation script
View Options
#!/bin/bash -xe
chown phabricator:phabricator /opt/phabricator
chmod g+s /opt/phabricator
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
585
Default Alt Text
continuation script (911 B)
Attached To
Mode
P30 continuation script
Attached
Detach File
Event Timeline
Log In to Comment