Open RodolVelasco opened 6 years ago
@groganz any idea why I'm getting this error?
[root@server1 public_html]# mkdir web/theme [root@server1 public_html]# cd web/theme [root@server1 theme]# wget https://github.com/almasaeed2010/AdminLTE/archive/v2.4.5.tar.gz --2019-01-06 19:12:33-- https://github.com/almasaeed2010/AdminLTE/archive/v2.4.5.tar.gz Resolving github.com (github.com)... 140.82.118.3, 140.82.118.4 Connecting to github.com (github.com)|140.82.118.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/almasaeed2010/AdminLTE/tar.gz/v2.4.5 [following] --2019-01-06 19:12:33-- https://codeload.github.com/almasaeed2010/AdminLTE/tar.gz/v2.4.5 Resolving codeload.github.com (codeload.github.com)... 192.30.253.120, 192.30.253.121 Connecting to codeload.github.com (codeload.github.com)|192.30.253.120|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: ‘v2.4.5.tar.gz’
[ <=> ] 17,019,264 7.95MB/s in 2.0s
2019-01-06 19:12:35 (7.95 MB/s) - ‘v2.4.5.tar.gz’ saved [17019264]
[root@server1 theme]# tar -zxf v2.4.5.tar.gz [root@server1 theme]# ls AdminLTE-2.4.5 v2.4.5.tar.gz [root@server1 theme]# mv AdminLTE-2.4.5/* . [root@server1 theme]# rm -rf AdminLTE-2.4.5/ [root@server1 theme]#
Doing the above fixed the problem for me.
Followed by cp -r /home/projects/domains/hubconnected.social/public_html/vendor/almasaeed2010/adminlte/dist/* ./dist
After installation and first login adminlte.css and app.js not loading. These files are being looked in http://x.x.x.x/theme/dist/css/AdminLTE.min.css and http://x.x.x.x/theme/dist/css/skins/skin-black.min.css
How can I fix this behavior so the files are looked in the correct place.