Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Running grav after installation in root web folder
· 9 years ago
you don't need admin. what does your browser say if you call the address?
-
Running grav after installation in root web folder
· 9 years ago
Because in the Grav folder I see no router.php
-
Running grav after installation in root web folder
· 9 years ago
Then I understood that correctly, thanks. i also found the mac-way to open Terminal in a specific folder. I can start PHP in Terminal and it says: Listening on http://localhost:8000 Document root is
-
Running grav after installation in root web folder
· 9 years ago
localhost means your grav files have to be on your mac, not on a remote server. so if you start php as described in step 3 your terminal should say: Listening on http://localhost:8000 if your grav fil
-
Running grav after installation in root web folder
· 9 years ago
Just to clear things up for me: At first I put the files on a remote web server by FTP, and tried to call this grav folder with my browser, but that was not correct and now I'm trying to call my local
-
Running grav after installation in root web folder
· 9 years ago
Terminal listens, but when I go to localhost:800/users/etc (i type exactly what you typed and also tried the exact link Terminal gave me, and I get: The requested resource /Users/Lotte/Werk/web/grav/
-
Running grav after installation in root web folder
· 9 years ago
sorry forget my last post: type in your browser: http://localhost:8000/Users/Lotte/Werk/web/grav
-
Running grav after installation in root web folder
· 9 years ago
your grav files are in /Users/Lotte/Werk/web/grav option 1: in terminal: change directory to /Users/Lotte/Werk/web/grav then type: php -S localhost:8000 system/router.php open browser: localhost:8000
-
Running grav after installation in root web folder
· 9 years ago
this afternoon I got: "PHP 5.5.38 Development Server started at Sun Jun 18 16:11:33 2017 Listening on http://localhost:8000/Users/Lotte/Werk/web/grav/ Document root is /Users/Lotte Press Ctrl-C to qui
-
Running grav after installation in root web folder
· 9 years ago
mac doesn't let you open a terminal in a specific path? really? if so you have to type in your correct grav path in step 3: maybe: /Users/Lotte/grav php -S localhost:8000 system/router.php what is the