fakedarren / mootools-website

Initial work on a new site for MooTools.
24 stars 6 forks source link

Local Setup #45

Closed nfq closed 13 years ago

nfq commented 13 years ago

Just attempted setting up the site locally, as I wanted to add the background noise and some basic CSS styling.

A quick tutorial/help me file might help!

w00fz commented 13 years ago

The set up is pretty easy, just need to have a local web server (MAMP) running and point the repo to it (I svn linked). What I had to do is to have a specific vhost for it because subfolders such as http://localhost/mootools/ won't work (all css/js files points to root).

fakedarren commented 13 years ago

Yep I will add something to the wiki - at the moment it is zero setup (you need a separate domain though as @w00fz said) but once blogs etc start, it will need more.

nfq commented 13 years ago

Good, thanks guys. I'll setup a ghost then. I was trying to access via http://127.0.0.1/~nfq/MooTools/git/mootools-website/ and had no luck with the styles!

fakedarren commented 13 years ago

I just added it to the top of the readme for now. I think that's sufficient. I'll close this.