Coronium GS - A 15 Minute Quick Start

Hello,

I’ve posted a new short screencast for learning Coronium GS.

http://youtu.be/8iCjJ-QchOU

Please excuse the raspy voice towards the end, been doing too many videos. :blink:

Learn more about Coronium GS at http://coronium.gs and by following [twitter]coroniumgs[/twitter].

Cheers,

Chris

Hi Chris,

I am trying to use coronium to develop my app, as it is based on lua scripting and it seems very flexible.

I bought a Digital Ocean instance, and I could connect to it via ssh.

But when I try to install coronium using this command line:

sudo wget https://s3.amazonaws.com/coronium-gs/install-gs.sh; sudo chmod +x install-gs.sh; sudo ./install-gs.sh

I get the next error:

–2014-10-01 12:54:57--  https://s3.amazonaws.com/coronium-gs/install-resources/installer.sh

Resolving s3.amazonaws.com (s3.amazonaws.com)… 54.231.244.4

Connecting to s3.amazonaws.com (s3.amazonaws.com)|54.231.244.4|:443… connected.

HTTP request sent, awaiting response… 404 Not Found

2014-10-01 12:54:57 ERROR 404: Not Found.

 

chmod: cannot access ‘installer.sh’: No such file or directory

./install-gs.sh: line 57: ./installer.sh: No such file or directory

 

Please, could you bring some light to this problem?

Do you know if this error is due to something I did wrong or is it a problem of the server where we download coronium?

Thanks for your time and for coronium.

Best regards,

 

Adrian

Hello Adrian,

I’m just moving over the new version, so it should be working now.  Give it another try.

Sorry about that.

Cheers.

sudo wget https://s3.amazonaws.com/coronium-gs/install-gs.sh; sudo chmod +x install-gs.sh; sudo ./install-gs.sh

…is what you want to paste in to your terminal.

When that’s done, after the reboot, log in with:

ssh ubuntu@your.digitalocean.ip

And use whatever password you chose at the start of the install.

Let me know if you have any issues.

Cheers,

Chris

thanks for answering so fast,

It worked perfectly

I will inform you if I have more issues.

Thanks again, have a nice day.

Adrian

Hi Chris,

I am trying to use coronium to develop my app, as it is based on lua scripting and it seems very flexible.

I bought a Digital Ocean instance, and I could connect to it via ssh.

But when I try to install coronium using this command line:

sudo wget https://s3.amazonaws.com/coronium-gs/install-gs.sh; sudo chmod +x install-gs.sh; sudo ./install-gs.sh

I get the next error:

–2014-10-01 12:54:57--  https://s3.amazonaws.com/coronium-gs/install-resources/installer.sh

Resolving s3.amazonaws.com (s3.amazonaws.com)… 54.231.244.4

Connecting to s3.amazonaws.com (s3.amazonaws.com)|54.231.244.4|:443… connected.

HTTP request sent, awaiting response… 404 Not Found

2014-10-01 12:54:57 ERROR 404: Not Found.

 

chmod: cannot access ‘installer.sh’: No such file or directory

./install-gs.sh: line 57: ./installer.sh: No such file or directory

 

Please, could you bring some light to this problem?

Do you know if this error is due to something I did wrong or is it a problem of the server where we download coronium?

Thanks for your time and for coronium.

Best regards,

 

Adrian

Hello Adrian,

I’m just moving over the new version, so it should be working now.  Give it another try.

Sorry about that.

Cheers.

sudo wget https://s3.amazonaws.com/coronium-gs/install-gs.sh; sudo chmod +x install-gs.sh; sudo ./install-gs.sh

…is what you want to paste in to your terminal.

When that’s done, after the reboot, log in with:

ssh ubuntu@your.digitalocean.ip

And use whatever password you chose at the start of the install.

Let me know if you have any issues.

Cheers,

Chris

thanks for answering so fast,

It worked perfectly

I will inform you if I have more issues.

Thanks again, have a nice day.

Adrian