This project contains the Viget theme for Localwiki. It also has the files necessary to develop and run it under a vagrant instance.
- You must have vagrant installed.
- You'll need some bandwidth since the vagrant instance is about 2GB.
- Host: $ git clone https://github.com/friendlycode/viget-theme
- Host: $ cd viget-theme
- Host: $ vagrant up
- Wait while image downloads
- Host: http://localhost:8000
- Host: $ cd viget-theme
- Host: $ git pull
- Host: Modify the assets or templates in viget-theme/theme/
- Host: $ vagrant ssh
- Guest: $ ./refresh
- Host: http://localhost:8000
- Host: Make a git add/rm/commit of changes
- Host: git push origin master
- Host: $ vagrant up
- Host: $ vagrant ssh
- Guest: $ ./cleanup-diskspace.sh
- Host: $ vagrant halt
- Host: $ vagrant package