-
Notifications
You must be signed in to change notification settings - Fork 9
Developer tools: Installing and using WampServer on Windows XP, Vista, 7, 8, and 8.1
- Download the WampServer installation executable file. Choose 32bit or 64bit depending on your operating system.
- If User Account Control prompts you to give the executable permission to run, grant it access.
- Follow the installation instructions to install WampServer into your hard disk.
- When installation is completed, navigate to the WWW folder, located here:
C:/wamp/www/
- Open the GitHub application.
- If you have the OpenSprites repository cloned already, upload your latest commits and remove the repository from your hard drive. This can be done by deleting the repository in Windows Explorer. The repository is located here:
C:\Users\user\Documents\GitHub\OpenSprites
- Now you have deleted your old repository, re-clone it into your WWW folder. Do this by clicking 'Clone in Desktop' a little way down on this page. Note that the GitHub application is required for this.
- When a dialog-box prompts you for storage location, enter
C:/wamp/www/
- Now launch WampServer. Hit the Windows key and type
wamp
into the search box. You will see the application calledstart WampServer32/64
. Double click it to launch, and give it permission to run if UAC asks. - If installed and set up correctly, you will see a W appear in your taskbar, please note that no dialog appears on-screen. The W will be red at first, and will go to amber, and finally green as WampServer loads it's server services.
- Open up your browser. No specific browser is required.
- Type
localhost
into the URL bar. You will now see a page displaying the index of theWWW
. - Click
[DIR] OpenSprites/
- Click
[DIR] Site/
- You are now on the
index.php
page of the OpenSprites website. WampServer makes it possible to execute PHP code, a server side language. Because of this, PHP pages will load properly in your browser, and PHP imports will work correctly.
NOTE: If you are running other server software, such as the Minecraft server or Skype, WampServer may fail to load all it's necessary services. You can tell if this is the case if the W taskbar icon stays red or orange.
NOTE: You may edit files while WampServer is running. If you want to see changes you have made, save the file and press F5
or the refresh icon near your URL bar.
NOTE: There is also another option for creating a local server on Windows called XAMPP
, however, the steps may be slightly different if you choose to use it.
If you need further help, contact us using the methods listed at the OpenSprites website.
OpenSprites http://opensprites.org Live Site (Some features may not work) http://osdev.opensprites.org/ Scratch Forum Thread https://scratch.mit.edu/discuss/topic/85320/ (unread)