Skip to content
Snippets Groups Projects
Commit 63fa36ae authored by Rosemary Orchard's avatar Rosemary Orchard Committed by Tim van Dijen
Browse files

Add npm steps so users have a theme (#1288)

parent d5081ec2
No related branches found
No related tags found
No related merge requests found
...@@ -367,6 +367,15 @@ At the bottom of the installation page there are some green lights. SimpleSAMLph ...@@ -367,6 +367,15 @@ At the bottom of the installation page there are some green lights. SimpleSAMLph
required and recommended prerequisites are met. If any of the lights are red, you may have to install some PHP required and recommended prerequisites are met. If any of the lights are red, you may have to install some PHP
extensions or external PHP packages (e.g. you need the PHP LDAP extension to use the LDAP authentication module). extensions or external PHP packages (e.g. you need the PHP LDAP extension to use the LDAP authentication module).
## Building assets
Run the following commands to build the default theme.
```
npm install
npm run build
```
## Next steps ## Next steps
You have now successfully installed SimpleSAMLphp, and the next steps depend on whether you want to setup a Service You have now successfully installed SimpleSAMLphp, and the next steps depend on whether you want to setup a Service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment