Ruby installing OpenCode GEM (tray)

0

I'm new to Ruby, and a client wanted me to make a template using famashop

link

link

I am following the developer manual to install. But I did not get results, I tried to ask for help for the support. But they did nothing more than point the manual.

I'm using Windows, I've downloaded Ruby and typed the command

$ gem install opencode_theme-0.0.4.gem

but gives an error:

Not only is this error, I have tried to use it in several different syntaxes. And if you can show step by step how to install I thank you.

How can I start programming on this platform? (tray)

I'm not able to install, I need this and I know where programming starts

I'm not getting started with Ruby, and installing a theme. (This is the first time I have been using Ruby)

    
asked by anonymous 01.09.2015 / 14:33

1 answer

2

Good afternoon, first of all we apologize for the delay in answering your question. We have an email for direct support to developers, which will expedite the resolution of your questions should you need anything else:

We made some changes to the GEM installation mode, making the installation process easier.

First you should install Ruby on your computer, you can download it through the link below:

  • rubyinstaller.org/downloads

After installing Ruby, open the terminal and type the following command gem install opencode_theme in this way GEM will be downloaded from the official repository and installed automatically on your machine.

Formoredetailsyoucanaccessour Documentation with the information already updated

If you want, we also have a tutorial on how to start a theme using Cloud9, just access the article below also located in our documentation:

  • dev.tray.com.br/hc/en/articles/208357378-Initiating-no-OpenCode-using-the-Cloud9

Feel free to take any questions you may have while developing your theme using OpenCode

    
24.09.2015 / 21:06