i am trying to install Magento version 2.1.7. I have installed appache2, mysql and php, all are running well. I used composer install to install all the dependencies required. After that i went to browser and directed through the localhost/magento2/ directory to get the setup running.
But i get a blank screen ! can anyone suggest me what else can be done ?
localhost/magento2/i get ablank screenagain and a page ofNot FounderrorThe requested URL /magento21/admin was not found on this server.when i try to go to admin. – Kaushik Kumar Roy Sep 19 '17 at 06:59localhost/megento2i saw the home page but all theCSSwas not working. So i went to clear the cache and setup upgrade and fromapp/etc/di.xmli re-copied this lineMagento\Framework\App\View\Asset\MaterializationStrategy\Copyform<item name="default"to its above<item name=""view_preprocessed. Any how this procedure would have definitely worked in a windows PC. But i am using Ubuntu. Can you please suggests what can be done. – Kaushik Kumar Roy Sep 19 '17 at 07:17setup:static-content:deploycommand and removed the file's except the.htacessfrompub/static/... but still i get the same results. – Kaushik Kumar Roy Sep 19 '17 at 09:38