Skip to content

Instantly share code, notes, and snippets.

@mattronix
Last active March 20, 2017 18:53
Show Gist options
  • Save mattronix/1c111b813d15cb0f7a76b433893def6f to your computer and use it in GitHub Desktop.
Save mattronix/1c111b813d15cb0f7a76b433893def6f to your computer and use it in GitHub Desktop.
install sha2017.org website.
#! /bin/bash
mkdir sha2017.org
cd sha2017.org
curl -O https://bolt.cm/distribution/bolt-latest.tar.gz
tar -xzf bolt-latest.tar.gz --strip-components=1
php app/nut init
git clone https://github.com/sha2017/sha2017.org public/theme/sha2017.org
sed -ie 's/base-2016/sha2017.org/g' app/config/config.yml
echo "Run'cd sha2017.org' and then run 'php app/nut server:run' to start the development web server."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment