Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

local server? #95

Open
yodrew opened this issue Aug 31, 2013 · 2 comments
Open

local server? #95

yodrew opened this issue Aug 31, 2013 · 2 comments

Comments

@yodrew
Copy link

yodrew commented Aug 31, 2013

Hi,

Two questions:

Does phrozn have a local server so I can see what my site is going to look like before uploading?

When I just click on the home page index.html in my file manager, I see a mostly unstyled page. Is that right?

Thanks!

@Pawka
Copy link
Owner

Pawka commented Aug 31, 2013

Hi,

Local server is not required since phrozn creates static files. It is
enough just to check generated files and the result should be the same as
you'll have uploaded somewhere.

Styling should be applied too. Check your output dir if css files were
copied and if they are linked correctly on html.
On Aug 31, 2013 12:31 PM, "Andrew Durham" [email protected] wrote:

Hi,

Two questions:

Does phrozn have a local server so I can see what my site is going to look
like before uploading?

When I just click on the home page index.html in my file manager, I see a
mostly unstyled page. Is that right?

Thanks!


Reply to this email directly or view it on GitHubhttps://github.com//issues/95
.

@cburyta
Copy link

cburyta commented Dec 10, 2013

Alternatively, for those with PHP 5.4+, you can probably use the local php server. For example to serve a server locally that works in http://localhost:808080, try...

php -S 0.0.0.0:808080

http://php.net/manual/en/features.commandline.webserver.php

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants