forked from coldbox-samples/coldbox-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
30 lines (24 loc) · 1.2 KB
/
readme.txt
File metadata and controls
30 lines (24 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Welcome to the ColdBox Samples Gallery.
This is small app, of course powered by ColdBox, that displays some of the sample
applications I have created and some of them are re-writes of FAMOUS open source projects
that I credit below.
If you have ported an app to ColdBox or have an application you would like to share
with the ColdBox community. Please email me at info@coldbox.com with your application
so I can include it in the downloads section and the main release.
*******************************************************
Installation
*******************************************************
In order to make the samples gallery functional you will need to do the following:
1) Copy the coldbox extracted archive to your web root
You should have the following directory structure in the web root:
+ {Web_Root}
|---+ coldbox
|---+ ApplicationTemplate
|---+ install
|---+ samples
|---+ system
3) Browse to the samples directory on your browser and that is it.
http://{your web address}/coldbox/samples
**IMPORTANT: Some sample applications need installation of server side components or
databases. Please look at each of the installation instructions on each
application.