Skip to content

Instantly share code, notes, and snippets.

@Filirom1
Created February 4, 2017 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Filirom1/7ec8b98122b68360694cd7472976ba65 to your computer and use it in GitHub Desktop.
Save Filirom1/7ec8b98122b68360694cd7472976ba65 to your computer and use it in GitHub Desktop.
How to develop on portainer on centos 7
vagrant init centos/7
vagrant up && vagrant ssh
sudo yum install -y epel-release && sudo yum install -y docker npm git
git clone https://github.com/portainer/portainer.git && cd portainer
sudo ln -s /usr/bin/sha1sum /usr/bin/shasum
npm install && sudo npm i -g grunt
sudo systemctl start docker && sudo chmod o+rw /var/run/docker.sock && sudo setenforce 0
grunt build
grunt run-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment