Documentation for Specmatic
- Download the zip file from wordpress
- Copy the zip file to
tmp/website.zip
- Execute the following code in terminal/powershell
git pull --rebase # clean up the entire contents, unpack the new website, and setup redirects rake all # for mac/linux doit.ps1 # windows powershell, if you have it installed git add . git commit -m 'Your commit message' git push
Note: For any extra files that need to be hosted, Just put them under the
extra-files
folder