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