Ruby installing Opencode GEM (Tray)

Asked

Viewed 1,134 times

-1

I’m new to Ruby, and a client wanted me to create a template using famashop

http://www.tray.com.br

http://dev.tray.com.br/hc/pt-br/articles/206159587-Iniciando-um-tema

I am following the developer manual to install. However I could not get results, I tried to ask for help for support. But they did nothing but point out the manual.

I am using Windows, already lowered Ruby and typed the command

$ gem install opencode_theme-0.0.4.gem

but makes a mistake:

inserir a descrição da imagem aqui

It is not only this error, I have tried to use 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 am not able to install, I need to know where the programming starts

I can’t get started on Ruby, and install a theme. (This is the first time I’ve tried Ruby)

1 answer

2


Good afternoon, first we apologize for the delay in answering your question. We have an email for direct developer support, which will speed up the resolution of your questions if you need anything else:

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

First you must 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 this way the GEM will be downloaded from the official repository and installed automatically on your machine.

gem install opencode_theme

For more details you can access our Documentation with the information already updated

If you wish, 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-Starting-no-Opencode-using-o-Cloud9

Feel free to take any doubts that arise during the development of your theme using Opencode

  • The mistake I was making was very simple. Instead of running Command Prompt With Ruby. I ran Interactive ruby.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.