I want to install Magento 2.0 on a server with Centos system. My problem is after installation the Admin Panel is look like in this image:
In the firebug console I have a lot of 404 errors:
"NetworkError: 404 Not Found - http://example.com/pub/static/frontend/Magento/luma/en_US/requirejs/require.js"
"NetworkError: 404 Not Found - http://example.com/pub/static/frontend/Magento/luma/en_US/css/styles-l.css"
"NetworkError: 404 Not Found - http://example.com/pub/static/frontend/Magento/luma/en_US/css/styles-m.css"
"NetworkError: 404 Not Found - http://example.com/pub/static/frontend/Magento/luma/en_US/mage/requirejs/mixins.js"
"NetworkError: 404 Not Found - http://example.com/pub/static/frontend/Magento/luma/en_US/mage/calendar.css"
"NetworkError: 404 Not Found - http://example.com/pub/static/frontend/Magento/luma/en_US/css/print.css"
"NetworkError: 404 Not Found - http://example.com/pub/static/_requirejs/frontend/Magento/luma/en_US/requirejs-config.js"
ReferenceError: require is not defined
I try to see what permissions are int hat folder pub/static/ with a ftp client and there are 770, so with my ftp user I get there permissions denied. I try to use:
php bin/magento setup:static-content:deploy
but nothing happend.
How I can solve this?
