...
We use Composer to manage server side dependencies, and Bower to manage our client-side JS and CSS dependencies. Once you have installed both tools. Once you have installed composer, you can run the update script with:
...
% bin/update --production
Info |
---|
To install Bower, you will need to have NPM installed. How NPM is installed depends on your operating system, see Introduction to NPM for more information. |
If you are going to modify the CSS, you will also need to install the UI dependencies.
Logging in the first time
The default install creates a user demo
with password testing
. This user has admin privileges admin with password admin. Once logged in this user can create further user accounts or give others admin permissions too.
...