Hi
I'd like to teach people some basics of Enyo using Ares.
Are there step-by-step installation instructions that work ??
I tried the steps listed by egfx in this post
http://forums.enyojs.com/discussion/1574/ares-2-simple-install-process-please on a Windows 8 machine and a Windows XP machine. Failure, with a pile of cryptic messages in the cmd console.
thanks
-- stan krute
Comments
However, the IDE throws errors on startup. I've posted a log on that at the thread linked to above.
1. In your browser, go to https://npmjs.org.
2. On the left of the page you will see a list, above the higlighted "NPM Registry" is a "Download" link. Click on it and it should lead you to intallation files for different types of operating systems. In this my case Windows 8 64bit.
3. Choose windows installer(.msi) . Click on the 64-bit and the download should start.
4. Click on the downloaded windows installer(.msi) and follow the instructions.
5. Click on windows start and type node and from the filter select node.js command prompt.
6. At the command propmt window, you will be taken to c:\users\yourname.
7. At this prompt type the following: npm -d install ares-ide.
it may take some time with pauses and loads of lines, but when you are returned to the c:\user\yourname check above this line and there should be a line with ok.
8. Use you file manager to locate the folder C:\Users\yourname\node_modules\.bin
9. within the C:\Users\yourname\node_modules\.bin folder are two files with the same name ares-ide. Select the ares-ide with file type "windows command script". and send/create a shortcut to your desktop as you will need it often.
10. Double click this short cut and some scripts will run, leave it running whenever you are using ares2.
11. start your browser and type: http://127.0.0.1:9009/ide/ares/index.html. You should then see ares 2 running. I just bookmark the page and name it ares2 for quick access at a later time.
Hope this helps
Sandbox
john