Installing Dancer2 On Windows Operating System
Hi All, I tried to install Dancer2 on Windows (64 bit) but it failed. I applied following steps 1-) Installed Strawperry Perl, because Perl was not installed at pc 2-) Installed cpanminus with command: cpan App::cpanminus 3-) installed Dancer2 with command: cpanm Dancer2 At terminal, when I wirte follwing command dancer2 -a myapp dancer2 is not recognised ... When I check following folder, I see that Dancer2 has been dpwnloaed C://Strawberry/cpan.... If it is needed to add dancer2 to path, what is its path? I am linux user, it was not needed add dancer2 to path when I installed Dancer2. *Kadir Beyazlı* *GSM : +90 535 821 50 00*
On Thu, Aug 18, 2016 at 8:15 AM, Kadir Beyazlı <kadirbeyazli@gmail.com> wrote:
Hi All,
I tried to install Dancer2 on Windows (64 bit) but it failed.
I applied following steps
1-) Installed Strawperry Perl, because Perl was not installed at pc 2-) Installed cpanminus with command: cpan App::cpanminus 3-) installed Dancer2 with command: cpanm Dancer2
At terminal, when I wirte follwing command
dancer2 -a myapp
dancer2 is not recognised ...
When I check following folder, I see that Dancer2 has been dpwnloaed
C://Strawberry/cpan....
If it is needed to add dancer2 to path, what is its path? I am linux user, it was not needed add dancer2 to path when I installed Dancer2.
Strawberry should take care of that for you. Are you sure the installation succeeded? Every once in a while I see posts about build failures with Strawberry, and there are currently a couple of failures listed on CPAN Testers: http://matrix.cpantesters.org/?dist=Dancer2%200.202000;os=mswin32;reports=1
Did you reboot at any time between step 1 and trying to run 'dancer2'? Because C:\Strawberry\perl\bin needs to be in the path, and dancer2.bat should be installed there by cpanminus. (if you used a .zip, read the readme file and there will be some scripts you can run to help you put it in the path permanently.) --Curtis -- Curtis Jewell csjewell@cpan.org http://csjewell.dreamwidth.org/ perl@curtisjewell.name http://www.curtisjewell.name/ "Your random numbers are not that random" -- perl-5.10.1.tar.gz/util.c On Thu, Aug 18, 2016, at 11:10, Maxwell Carey wrote:
On Thu, Aug 18, 2016 at 8:15 AM, Kadir Beyazlı <kadirbeyazli@gmail.com> wrote:
Hi All,
I tried to install Dancer2 on Windows (64 bit) but it failed.
I applied following steps
1-) Installed Strawperry Perl, because Perl was not installed at pc 2-) Installed cpanminus with command: cpan App::cpanminus 3-) installed Dancer2 with command: cpanm Dancer2
At terminal, when I wirte follwing command
dancer2 -a myapp
dancer2 is not recognised ...
When I check following folder, I see that Dancer2 has been dpwnloaed
C://Strawberry/cpan....
If it is needed to add dancer2 to path, what is its path? I am linux user, it was not needed add dancer2 to path when I installed Dancer2.
Strawberry should take care of that for you. Are you sure the installation succeeded? Every once in a while I see posts about build failures with Strawberry, and there are currently a couple of failures listed on CPAN Testers: http://matrix.cpantesters.org/?dist=Dancer2%200.202000;os=mswin32;reports=1 _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
A big +1 on what Curtis just said. A post-install reboot should put everything in order for you. - Jason / CromeDome On August 18, 2016 at 1:01:39 PM, Curtis Jewell (perl@csjewell.fastmail.us) wrote:
Did you reboot at any time between step 1 and trying to run 'dancer2'?
Because C:\Strawberry\perl\bin needs to be in the path, and dancer2.bat should be installed there by cpanminus.
(if you used a .zip, read the readme file and there will be some scripts you can run to help you put it in the path permanently.)
--Curtis
-- Curtis Jewell csjewell@cpan.org http://csjewell.dreamwidth.org/ perl@curtisjewell.name http://www.curtisjewell.name/ "Your random numbers are not that random" -- perl-5.10.1.tar.gz/util.c
On Thu, Aug 18, 2016, at 11:10, Maxwell Carey wrote:
On Thu, Aug 18, 2016 at 8:15 AM, Kadir Beyazlı wrote:
Hi All,
I tried to install Dancer2 on Windows (64 bit) but it failed.
I applied following steps
1-) Installed Strawperry Perl, because Perl was not installed at pc 2-) Installed cpanminus with command: cpan App::cpanminus 3-) installed Dancer2 with command: cpanm Dancer2
At terminal, when I wirte follwing command
dancer2 -a myapp
dancer2 is not recognised ...
When I check following folder, I see that Dancer2 has been dpwnloaed
C://Strawberry/cpan....
If it is needed to add dancer2 to path, what is its path? I am linux user, it was not needed add dancer2 to path when I installed Dancer2.
Strawberry should take care of that for you. Are you sure the installation succeeded? Every once in a while I see posts about build failures with Strawberry, and there are currently a couple of failures listed on CPAN Testers: http://matrix.cpantesters.org/?dist=Dancer2%200.202000;os=mswin32;reports=1 _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
Hi, I rebooted but it is still same. I see that Strawberry has been installed to C: directory I also see that Dancer2 folder exists at following path. C:/Strawberry/cpan/build/Dancer2 which makes me think that Dancer2 has been installed but unfortunately "dancer2" is not recognisable On Thu, Aug 18, 2016 at 9:20 PM, Jason A. Crome <cromedome@gmail.com> wrote:
A big +1 on what Curtis just said. A post-install reboot should put everything in order for you.
- Jason / CromeDome
On August 18, 2016 at 1:01:39 PM, Curtis Jewell (perl@csjewell.fastmail.us) wrote:
Did you reboot at any time between step 1 and trying to run 'dancer2'?
Because C:\Strawberry\perl\bin needs to be in the path, and dancer2.bat should be installed there by cpanminus.
(if you used a .zip, read the readme file and there will be some scripts you can run to help you put it in the path permanently.)
--Curtis
-- Curtis Jewell csjewell@cpan.org http://csjewell.dreamwidth.org/ perl@curtisjewell.name http://www.curtisjewell.name/ "Your random numbers are not that random" -- perl-5.10.1.tar.gz/util.c
On Thu, Aug 18, 2016, at 11:10, Maxwell Carey wrote:
On Thu, Aug 18, 2016 at 8:15 AM, Kadir Beyazlı wrote:
Hi All,
I tried to install Dancer2 on Windows (64 bit) but it failed.
I applied following steps
1-) Installed Strawperry Perl, because Perl was not installed at pc 2-) Installed cpanminus with command: cpan App::cpanminus 3-) installed Dancer2 with command: cpanm Dancer2
At terminal, when I wirte follwing command
dancer2 -a myapp
dancer2 is not recognised ...
When I check following folder, I see that Dancer2 has been dpwnloaed
C://Strawberry/cpan....
If it is needed to add dancer2 to path, what is its path? I am linux user, it was not needed add dancer2 to path when I installed Dancer2.
Strawberry should take care of that for you. Are you sure the installation succeeded? Every once in a while I see posts about build failures with Strawberry, and there are currently a couple of failures listed on CPAN Testers: http://matrix.cpantesters.org/?dist=Dancer2%200.202000;os= mswin32;reports=1 _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
-- *Kadir BeyazlıComputer Engineer* *GSM : +90 535 821 50 00*
Kadir, could you run cpamn Dancer2 again and copy paste the output from the CMD here? Gabor On Fri, Aug 19, 2016 at 9:35 AM, Kadir Beyazlı <kadirbeyazli@gmail.com> wrote:
Hi,
I rebooted but it is still same. I see that Strawberry has been installed to C: directory I also see that Dancer2 folder exists at following path.
C:/Strawberry/cpan/build/Dancer2
which makes me think that Dancer2 has been installed but unfortunately "dancer2" is not recognisable
On Thu, Aug 18, 2016 at 9:20 PM, Jason A. Crome <cromedome@gmail.com> wrote:
A big +1 on what Curtis just said. A post-install reboot should put everything in order for you.
- Jason / CromeDome
On August 18, 2016 at 1:01:39 PM, Curtis Jewell (perl@csjewell.fastmail.us) wrote:
Did you reboot at any time between step 1 and trying to run 'dancer2'?
Because C:\Strawberry\perl\bin needs to be in the path, and dancer2.bat should be installed there by cpanminus.
(if you used a .zip, read the readme file and there will be some scripts you can run to help you put it in the path permanently.)
--Curtis
-- Curtis Jewell csjewell@cpan.org http://csjewell.dreamwidth.org/ perl@curtisjewell.name http://www.curtisjewell.name/ "Your random numbers are not that random" -- perl-5.10.1.tar.gz/util.c
On Thu, Aug 18, 2016, at 11:10, Maxwell Carey wrote:
On Thu, Aug 18, 2016 at 8:15 AM, Kadir Beyazlı wrote:
Hi All,
I tried to install Dancer2 on Windows (64 bit) but it failed.
I applied following steps
1-) Installed Strawperry Perl, because Perl was not installed at pc 2-) Installed cpanminus with command: cpan App::cpanminus 3-) installed Dancer2 with command: cpanm Dancer2
At terminal, when I wirte follwing command
dancer2 -a myapp
dancer2 is not recognised ...
When I check following folder, I see that Dancer2 has been dpwnloaed
C://Strawberry/cpan....
If it is needed to add dancer2 to path, what is its path? I am linux user, it was not needed add dancer2 to path when I installed Dancer2.
Hi Gabor, I attached 3 files 1.png shows Dancer2 folder under Strawberry installlation folder. There are 3 Dancer2 folders. at each install attemp, it created 1 folder 2.png shows terminal screen when write cpanm Dancer2 3.png shows terminal screen when I write dancer2 -a myapp As seen from 3.png it worked now :) I don't know what happened difference :) On Fri, Aug 19, 2016 at 10:52 AM, Gabor Szabo <szabgab@gmail.com> wrote:
Kadir,
could you run cpamn Dancer2 again and copy paste the output from the CMD here?
Gabor
On Fri, Aug 19, 2016 at 9:35 AM, Kadir Beyazlı <kadirbeyazli@gmail.com> wrote:
Hi,
I rebooted but it is still same. I see that Strawberry has been installed to C: directory I also see that Dancer2 folder exists at following path.
C:/Strawberry/cpan/build/Dancer2
which makes me think that Dancer2 has been installed but unfortunately "dancer2" is not recognisable
On Thu, Aug 18, 2016 at 9:20 PM, Jason A. Crome <cromedome@gmail.com> wrote:
A big +1 on what Curtis just said. A post-install reboot should put everything in order for you.
- Jason / CromeDome
On August 18, 2016 at 1:01:39 PM, Curtis Jewell (perl@csjewell.fastmail.us) wrote:
Did you reboot at any time between step 1 and trying to run 'dancer2'?
Because C:\Strawberry\perl\bin needs to be in the path, and dancer2.bat should be installed there by cpanminus.
(if you used a .zip, read the readme file and there will be some scripts you can run to help you put it in the path permanently.)
--Curtis
-- Curtis Jewell csjewell@cpan.org http://csjewell.dreamwidth.org/ perl@curtisjewell.name http://www.curtisjewell.name/ "Your random numbers are not that random" -- perl-5.10.1.tar.gz/util.c
On Thu, Aug 18, 2016, at 11:10, Maxwell Carey wrote:
On Thu, Aug 18, 2016 at 8:15 AM, Kadir Beyazlı wrote:
Hi All,
I tried to install Dancer2 on Windows (64 bit) but it failed.
I applied following steps
1-) Installed Strawperry Perl, because Perl was not installed at pc 2-) Installed cpanminus with command: cpan App::cpanminus 3-) installed Dancer2 with command: cpanm Dancer2
At terminal, when I wirte follwing command
dancer2 -a myapp
dancer2 is not recognised ...
When I check following folder, I see that Dancer2 has been dpwnloaed
C://Strawberry/cpan....
If it is needed to add dancer2 to path, what is its path? I am linux user, it was not needed add dancer2 to path when I installed Dancer2.
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
-- *Kadir BeyazlıComputer Engineer* *GSM : +90 535 821 50 00*
On Fri, 19 Aug 2016 09:35:14 +0300 Kadir Beyazlı <kadirbeyazli@gmail.com> wrote:
Hi,
I rebooted but it is still same. I see that Strawberry has been installed to C: directory I also see that Dancer2 folder exists at following path.
C:/Strawberry/cpan/build/Dancer2
That sounds like just a folder it was unpacked into during the install process, not the end result of installing it. A very quick Google suggests that stuff installed by Strawberry ends up in: C:\strawberry\perl\site\{bin,lib}
which makes me think that Dancer2 has been installed but unfortunately "dancer2" is not recognisable
I concur with the other responses, it sounds like the installation may have failed. Try again and pastebin the results, and/or look in that path above for it. (I haven't used Windows actively for some time, so I'm somewhat guessing here!) Cheers Dave P
Hi David, It worked. I did not understand how but it worked when I again tried to send screenshot. Thanks On Fri, Aug 19, 2016 at 1:35 PM, David Precious <davidp@preshweb.co.uk> wrote:
On Fri, 19 Aug 2016 09:35:14 +0300 Kadir Beyazlı <kadirbeyazli@gmail.com> wrote:
Hi,
I rebooted but it is still same. I see that Strawberry has been installed to C: directory I also see that Dancer2 folder exists at following path.
C:/Strawberry/cpan/build/Dancer2
That sounds like just a folder it was unpacked into during the install process, not the end result of installing it.
A very quick Google suggests that stuff installed by Strawberry ends up in: C:\strawberry\perl\site\{bin,lib}
which makes me think that Dancer2 has been installed but unfortunately "dancer2" is not recognisable
I concur with the other responses, it sounds like the installation may have failed. Try again and pastebin the results, and/or look in that path above for it.
(I haven't used Windows actively for some time, so I'm somewhat guessing here!)
Cheers
Dave P _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
-- *Kadir BeyazlıComputer Engineer* *GSM : +90 535 821 50 00*
participants (6)
-
Curtis Jewell -
David Precious -
Gabor Szabo -
Jason A. Crome -
Kadir Beyazlı -
Maxwell Carey