I’m pretty sure this is a basic issue, but I couldn’t find any matches when I did a search. If it’s a dupe, feel free to delete or move and point me to the old thread.
Added the gpg keys, ran apt-get install commandbox, everything looked good. Using the default-jre package on an Ubuntu VM.
When I run
install coldbox
I get the error message I’ve attached (after a unix2dos, just in case) instead of pasting. I really don’t feel like diving into the components and tracing variables back just to try out /C*Box/, so I’m hoping someone will have a quick and easy answer.
Sorry, but I guess I’m still a little confused about what exactly your issue is. Can you provide the full console output of all the commands you’re running and what they return? What specifically are you trying to do and what isn’t working? I assume you’re doing more than just installing the ColdBox framework and starting the server. The framework isn’t an actual web site-- you can create an actual ColdBox app with the “coldbox create app” command.
I will do a step-by-step later. Apparently, ForgeBox isn’t responding. When I do
coldbox create app demo
I get
`
`
Installing package [forgebox:cbtemplate-advanced-script]
Verifying package ‘cbtemplate-advanced-script’ in ForgeBox, please wait…
Uh-oh, ForgeBox returned something other than JSON. Run “system-log | open” to see the full response.
GET https://www.forgebox.io/api/v1/entry/cbtemplate-advanced-script
Unknown host: Read timed out
Connection Failure. Status code unavailable.
`
`
So I can’t create an app when ForgeBox is down, or my network is spotty? Or am I missing something?