-
Notifications
You must be signed in to change notification settings - Fork 3
Windows Detailed Webserver Instructions
Ram-N edited this page Aug 7, 2012
·
1 revision
You can use any webserver that you are familiar with, but Apache is a good choice.
-
- Download and install Apache. (Here are the instructions)
-
- You have to configure your Webserver.
-
- http://webdesign.about.com/cs/apache/a/aainstapachewin.htm is a good place to start.
-
- Go to your Apache directory.
-
-
cdinto the conf directory.
-
-
- Look for the httpd.conf file. This is where you make changes to your webserver configuration.
Uncomment the line
#LoadModule userdir_module modules/mod_userdir.soby removing the#at the front.
- Look for the httpd.conf file. This is where you make changes to your webserver configuration.
Uncomment the line
LoadModule userdir_module modules/mod_userdir.so
-
- Uncomment the line #Include conf/extra/httpd-userdir.conf. This allows you to set a home directory in your webserver.
# User home directories
Include conf/extra/httpd-userdir.conf
-
-
cdto the extra directory, and open the file http-userdir.conf for editing. (Notepad or any text editor will do, but don't use MS-Word.) ** 5a. Uncomment the line #UserDir "My Documents/My Website" and tell it which directory you'd like to be your UserDir ** 5b. Change the line <Directory "C:/Documents and Settings/*/My Documents/My Website"> to point to your UserDir
-
-
- Test that the webserver is picking up the index.html placed in your UserDir correctly.
-
- If you are able to see the flashcards page, (under your home directory) then your webserver is configured correctly.
Follow the rest of the instructions in README to register your App and to modify flashcards.js