Skip to content

Instantly share code, notes, and snippets.

@fire
Last active August 29, 2015 14:08
Show Gist options
  • Save fire/cef01faa3430645a77cc to your computer and use it in GitHub Desktop.
Save fire/cef01faa3430645a77cc to your computer and use it in GitHub Desktop.
How to install plastic scm on smartos - FAILED
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