Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launch web server in your project folder? #70

Open
jmclemore65 opened this issue Aug 22, 2017 · 2 comments
Open

Launch web server in your project folder? #70

jmclemore65 opened this issue Aug 22, 2017 · 2 comments

Comments

@jmclemore65
Copy link

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

@qsrahman
Copy link
Contributor

qsrahman commented Dec 9, 2017

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 
...
...

@shamanX86
Copy link

You can try using the node module http-server.
First install node.js and npm here.
Next install the node module http-server. Instructions here.
Then navigate to your project folder through the command line and type http-server. This shall launch a web server.

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

No branches or pull requests

4 participants