learningPixi
learningPixi copied to clipboard
Launch web server in your project folder?
Any advice on how to do this for OS X? I installed Mongoose, but I'm not sure exactly how to launch it in my project folder. Thanks, J
Click Mongoose icon on the menubar and select "Edit configuration" an editor window will open. change the document_root to the desired folder.
...
...
# dav_root
# debug 0
document_root /Users/wizard/Desktop
# enable_directory_listing yes
# error_log_file
...
...