Skip to content

Instantly share code, notes, and snippets.

@step-pritpal
Last active March 11, 2016 09:48
Show Gist options
  • Save step-pritpal/e9c57e982697bc241fe4 to your computer and use it in GitHub Desktop.
Save step-pritpal/e9c57e982697bc241fe4 to your computer and use it in GitHub Desktop.
# install phpmyadmin
phpmyadmin-ctl install
clear
# install the ungit
sudo -H npm install -g ungit
clear
# start mysql
sudo service apache2 restart
clear
# start ungit on port 8081
ungit --port 8081
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment