By default, the repository will use the ``develop`` which may be unstable thus not recommended for production instances (unless you know what your doing). You should use the master branch instead:
The above clone command uses the master branch instead of the default develop branch, as master is stable and more suited for production setups.
git checkout master
You'll also need to re-create the folders we make earlier:
You'll also need to re-create the folders we make earlier: