          |
Download Latest
ECoDE Version 3.0.5 Installation Instructions
- It is a good idea to start with a fresh image.
- Download, unzip, and file-in the following change set: ECoDE-v3-0-5.zip
- Start ECoDE with the command:
EctropicDesign start.
- If you want to run and Ectrospace server, download and install Apache HTTP server from http://httpd.apache.org/download.cgi. We recommend installing "as a service" as is suggested in the install program.
- Configure Apache by making the following two modifications to \htdocs\httpd.conf (the service will have to be stopped and restarted after modifying this file).
- Look for the following section to replace the IP-address as indicated:
# Listen: Allows you to bind Apache to specific IP addresses and/or # ports, instead of the default. See also the # directive. # # Change this to Listen on specific IP addresses as shown below to # prevent Apache from glomming onto all bound IP addresses (0.0.0.0) # #Listen 12.34.56.78:80 Listen 127.0.0.1:8080
#Substitute your IP address (or just specify the port) as appropriate
- Look for the following lines:
#LoadModule dav_module modules/mod_dav.so #LoadModule dav_fs_module modules/mod_dav_fs.so
And replace them with the following (note that the "C:/Program Files/..." should be replaced with the appropriate path for your installation):
#Enable WebDAV LoadModule dav_module modules/mod_dav.so LoadModule dav_fs_module modules/mod_dav_fs.so
DavLockDB logs/DavLock <Directory "C:/Program Files/Apache Group/Apache2/htdocs"> Dav On DavMinTimeout 600 AllowOverride None Options None </Directory> #end WebDAV
- In ECoDE, the Ectrospace menu has an option for "Server Url" where you should enter the address to your Apache HTTP server.
The latest stable release is here:
Link to this Page
- Beta Testing last edited on 2 June 2004 at 1:53 pm by 209.37.4.38
|