smeighan Posted September 7, 2012 Share Posted September 7, 2012 Here are the steps to install Nutcracker on your local Windows 7 or Windows XP box1) Download Wampp. http://www.wampserver.com/en/2) Take all defaults for installation3) Start Wamp. Click on the Pink W icon.4) Test Wamp by setting your browser to http://localhostif it is working, you will see the WAMP home page.Apache server uses port 80. If you have Skype or microsoft HTTP/2.0 they also use port 80.Here is a web page that describes how to fix this conflict. http://blog.techsoftsolutions.net/?p=315For Wamp; the httpd.conf file is located in c:\wamp\bin\apache\apache2.2.22\conf directory5) You now need to get a copy of the current Nutcracker code tree. Go tohttp://smeighan.github.com/nutcracker/ and download the zip file. This file is updated daily with the latest Nutcracker code tree and with the latest export from meighan.net/nutcracker database Unzip this file into c:\wamp\www\nutcrackerThis zip file also now contains gnuplot so you dont need to install it separately.6) Add gnuplot into Windows PATH environment variable.I found a much better tool to do this and i have included the tool in the nutcracker zip fileRun c:\wamp\www\nutcracker\gnuplot\bin\PathEditor.exe as administrator Add c:\wamp\www\nutcracker\gnuplot\bin7) When you get Localhost working, install the database.Http://localhost/nutcracker/install.php in a browser windowThis command will do the followinga) Drop all the tables from your existing nutcracker database create the nutcracker database if it is missingc) create the nutcracker user: nc_userd) execute sql/nutcrackertables.sql to create all nutcracker tablese) execute sql/nutcrackerdata.sql to create 50,000 rows of dataMaterDaddy wrote this script for me, Thanks!!Your local nutcracker should be readylogin in ashttp://localhost/nutcrackersame login and password as you have always used.For future code releases, you just do step (5) above. Just unzip the file on top of your local nutcracker directory. This step is only a few seconds. In the future, we will make a button to download and install the zip file for you. This prob wont happen this season as we work on the real guts of Nutcrackera) Projects , soon a single button that generates and entire 3 minute song and creates the sequencer file for you Single strand effects (eaves, windows, arches). Model generator released yesteday, effects coming this weekc) Local Install, released yesterdayd) Horizontal matrix. It is Next up after single strand effectse) 20 open bugs/enhancements Link to comment Share on other sites More sharing options...
Liberty-Laser Posted September 7, 2012 Share Posted September 7, 2012 (edited) Issues with: http://localhost/phpmyadmin/'>http://localhost/phpmyadmin/1) Wamp starts2) http://localhost - I get the Pink emblem and Server Configuration Apache Version :2.2.21 PHP Version :5.3.8However... When I click on phpmyadmin IE: The website declined to show this webpage HTTP 403 FireFox and Chrome: Forbidden You don't have permission to access /phpmyadmin/ on this server. Edited September 7, 2012 by Liberty-Laser Link to comment Share on other sites More sharing options...
smeighan Posted September 7, 2012 Author Share Posted September 7, 2012 Issues with: http://localhost/phpmyadmin/1) Wamp starts2) http://localhost - I get the Pink emblem and Server Configuration Apache Version :2.2.21 PHP Version :5.3.8However... When I click on phpmyadmin IE: The website declined to show this webpage HTTP 403 FireFox and Chrome: Forbidden You don't have permission to access /phpmyadmin/ on this server.Do you have any conflict on port 80"Apache server uses port 80. If you have Skype or microsoft HTTP/2.0 they also use port 80.Here is a web page that describes how to fix this conflict. http://blog.techsoft...ions.net/?p=315For Wamp; the httpd.conf file is located in c:\wamp\bin\apache\apache2.2.22\conf directory"one person ha dthis issue yesterday and they got it resolved. ill try to find out from them , what they did.thanks Link to comment Share on other sites More sharing options...
Liberty-Laser Posted September 7, 2012 Share Posted September 7, 2012 (edited) No port 80 isn't an issue and just for the exercise I did try that work-around with the same results. Under WAMPSERVER I ran the Port Test for Port 80:Your port 80 is actually used by:Server: Apache/2.2.21 <Win64> PHP/5.3.8More info - Win7 64bit HP laptop. Edited September 7, 2012 by Liberty-Laser Link to comment Share on other sites More sharing options...
Liberty-Laser Posted September 7, 2012 Share Posted September 7, 2012 RESOLVED: Edit your httpd.conf, almost at very bottom. Change "localhost" to "127.0.0.1". Use: http://127.0.0.1/phpmyadmin/ Link to comment Share on other sites More sharing options...
smeighan Posted September 7, 2012 Author Share Posted September 7, 2012 No port 80 isn't an issue and just for the exercise I did try that work-around with the same results. Under WAMPSERVER I ran the Port Test for Port 80:Your port 80 is actually used by:Server: Apache/2.2.21 <Win64> PHP/5.3.8More info - Win7 64bit HP laptop.when i searched google, there were lots of fixes. 403 is a permission issue about who you let come and use the database server.One that was suggested, requires no changes was to launch myphpadmin llike this in browserhttp://127.0.0.1/phpmyadmin/if you want to read up on the othershttp://serverfault.com/questions/350092/wamp-phpmyadmin-403-error-from-localhost-but-not-from-ip-127-0-0-1http://stackoverflow.com/questions/8204902/wamp-403-forbidden-messagehttp://forum.wampserver.com/read.php?2,28005,28031 Link to comment Share on other sites More sharing options...
Liberty-Laser Posted September 7, 2012 Share Posted September 7, 2012 How do you cut and paste that massive data file into the SQL window? Link to comment Share on other sites More sharing options...
smeighan Posted September 7, 2012 Author Share Posted September 7, 2012 How do you cut and paste that massive data file into the SQL window?That is no longer needed.After you unzip a nutcracker code file into /wamp/ww/nutcrackeryou run this programhttp://localhost/install.phpit will create database, user, assign privileges, create all tables, load 50K rows into those tables. This entire process takes about 3 seconds.Thanks to MaterDaddy from DIYC for writing the script. Link to comment Share on other sites More sharing options...
Liberty-Laser Posted September 7, 2012 Share Posted September 7, 2012 Another solution to the: 127.0.0.1/phpmyadmin/Edit C:\Windows\System32\drivers\etc\hosts Change: # 127.0.0.1 localhost To: 127.0.0.1 localhostThen localhost/phpmyadmin works just fine. Link to comment Share on other sites More sharing options...
spomalley Posted September 7, 2012 Share Posted September 7, 2012 Remember to keep it updated, the Nutcracker code is constantly receiving updates. Link to comment Share on other sites More sharing options...
smeighan Posted September 13, 2012 Author Share Posted September 13, 2012 Sean,If we already have a local install of Nutcracker working and download the latest zip (1.0-124) can we just copy over the new files? Do we have to do anything to update the DB with your new tables?-MikeHi Mike, excellent questionAfter you have wamp installed, you never need to repeat steps 1-4.For these massive changes please do steps (5) and (7). 5) You now need to get a copy of the current Nutcracker code tree. Go tohttp://smeighan.github.com/nutcracker/ and download the zip file. This file is updated daily with the latest Nutcracker code tree and with the latest export from meighan.net/nutcracker database Unzip this file into c:\wamp\www\nutcracker. If you already have a nutcracker directory, just overwrite everything there.This zip file also now contains gnuplot so you dont need to install it separately.7) When you get Localhost working, install the database.http://Http://localhost/nutcracker/install.php in a browser windowThis command will do the followinga) Drop all the tables from your existing nutcracker database create the nutcracker database if it is missingc) create the nutcracker user: nc_userd) execute sql/nutcrackertables.sql to create all nutcracker tablese) execute sql/nutcrackerdata.sql to create 50,000 rows of dataMaterDaddy wrote this script for me, Thanks!!So for step 7, you will see thisModify nothing and just click submit.You should then see thisBe sure to get a fresh zip file as i just added some more stuff.thanksSean,If we already have a local install of Nutcracker working and download the latest zip (1.0-124) can we just copy over the new files? Do we have to do anything to update the DB with your new tables?-MikeHi Mike, excellent questionAfter you have wamp installed, you never need to repeat steps 1-4.For these massive changes please dp steps (5) amd ((7). 5) You now need to get a copy of the current Nutcracker code tree. Go tohttp://smeighan.github.com/nutcracker/ and download the zip file. This file is updated daily with the latest Nutcracker code tree and with the latest export from meighan.net/nutcracker database Unzip this file into c:\wamp\www\nutcracker. If you already have a nutcracker directory, just overwrite everything there.This zip file also now contains gnuplot so you dont need to install it separately.7) When you get Localhost working, install the database.http://Http://localhost/nutcracker/install.php in a browser windowThis command will do the followinga) Drop all the tables from your existing nutcracker database create the nutcracker database if it is missingc) create the nutcracker user: nc_userd) execute sql/nutcrackertables.sql to create all nutcracker tablese) execute sql/nutcrackerdata.sql to create 50,000 rows of dataMaterDaddy wrote this script for me, Thanks!!So for step 7, you will see thisModify nothing and just click submit.You should then see thisBe sure to get a fresh zip file as i just added some more stuff.thanks Link to comment Share on other sites More sharing options...
Lights_on_light_st_ct Posted September 13, 2012 Share Posted September 13, 2012 what is nutcrackers basic function ? Link to comment Share on other sites More sharing options...
smeighan Posted September 13, 2012 Author Share Posted September 13, 2012 what is nutcrackers basic function ?Nutcracker is a web based tool that allows you to create animations for your RGB Megatree.The tool has 20 different effects (spirals, meteors, scrolling text). You create an effect and then you export it for your sequencefor LOR it produces a lms file or a lcb file.go to http://meighan.net/nutcracker/ and scroll down to see examples of the animationsthanks Link to comment Share on other sites More sharing options...
Lights_on_light_st_ct Posted September 13, 2012 Share Posted September 13, 2012 Nutcracker is a web based tool that allows you to create animations for your RGB Megatree.The tool has 20 different effects (spirals, meteors, scrolling text). You create an effect and then you export it for your sequencefor LOR it produces a lms file or a lcb file.go to http://meighan.net/nutcracker/ and scroll down to see examples of the animationsthanksThanks that might come in handy after i am done figureing out RGB well after i start recieving the ray boards Link to comment Share on other sites More sharing options...
Recommended Posts