Last active
August 29, 2015 14:08
-
-
Save fire/cef01faa3430645a77cc to your computer and use it in GitHub Desktop.
How to install plastic scm on smartos - FAILED
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to install plastic scm on smartos | |
sudo pkgin -y in mono-3 | |
sudo pkgin -y install unzip | |
sudo mkdir /home/plastic | |
# Set hostname | |
groupadd plastic | |
useradd \ | |
-s /bin/false \ | |
-c 'Plastic version control' \ | |
-g plastic \ | |
-d /home/plastic -m plastic | |
chown -R plastic:plastic /home/plastic | |
sudo -u plastic /bin/bash | |
unzip plastic scm | |
# Copy scripts/remoting.conf | |
# Remove plaintext port | |
# setup dns | |
mono | |
# FAILED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment