[coldbox-4.1.0][lucee-4.5.1][Windows-8.1] [https://github.com/ColdBox/coldbox-samples] error

Hi

I have downloaded samples and saved them into the ROOT of Lucee/Tomcat. On accessing http://localhost:8888/samples/ , following error results:

`
Event: Samples.index
Routed URL: N/A
Layout: N/A (Module: )
View: N/A
Timestamp: 09/18/2015 04:38:08 PM

Hi Brahmaiah, the base sample application viewer needs installed to get its dependencies such as cbi18n. First, grab CommandBox
https://ortus.gitbooks.io/commandbox-documentation/content/getting_started_guide.html

The run the “install” command from the root of your site. The easiest way of all is actually to use CommandBox to install the samples in the first place, as it will automatically install dependencies for you. Just run the following in an empty directory:

install ColdBox/coldbox-samples

And since CommandBox has its own embedded server you can actually just run the “start” command to spin up the site right there.

start

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Hi Brad

Samples are working now, but after slight modification after installation is completed.

1.Install to samples directory

`
install ColdBox/coldbox-samples samples

`

One of the lines during installation

`
Installing to: C:\mycoldbox\samples/cbi18n

`

I have expected that cbi18n will be installed to ‘samples\modules’ directory instead of ‘samples’ directory, based on box.json in samples directory which is reproduced below:
`

“dependencies”:{
“cbi18n”:“1.0.0”,
“coldbox-be”:“4.0.0”
},
“devDependencies”:{

},
“installPaths”:{
"cbi18n":“modules\cbi18n”,
“coldbox-be”:“coldbox”
},

`

I have to manually create ‘modules’ directory in ‘samples’ directory and then move cbi18n into ‘modules’ directory

Thanks you once again !!

Regards
Brahmaiah Koniki