mirror of https://github.com/MISP/misp-book
Merge pull request #264 from Wachizungu/add-sudo-user-to-replace-css-theme-command
chg: [FAQ] add sudo with user www-data to the command to replace the …pull/265/head
commit
27ad9156f0
|
@ -269,7 +269,7 @@ You can customize this for your own needs. There are also pre-made boostrap them
|
|||
|
||||
Before making any changes, confirm the version of boostrap currenlty used by running `head -5 /var/www/MISP/app/webroot/css/bootstrap.css`. You can find themes on sites like [Bootswatch](https://bootswatch.com/2/).
|
||||
|
||||
To replace the current theme with a theme you found on bootsplash, run: `wget https://bootswatch.com/2/readable/bootstrap.css -O /var/www/MISP/app/webroot/css/bootstrap.css` , replacing the URL as needed.
|
||||
To replace the current theme with a theme you found on bootsplash, run: `sudo -u www-data wget https://bootswatch.com/2/readable/bootstrap.css -O /var/www/MISP/app/webroot/css/bootstrap.css` , replacing the URL as needed.
|
||||
|
||||
Some bootswatch themes applied on MISP:
|
||||
* https://i.imgur.com/usONTLk.png
|
||||
|
|
Loading…
Reference in New Issue