Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 973 Bytes

README.md

File metadata and controls

44 lines (23 loc) · 973 Bytes

GAMETEC DEPLOY INSTRUCTIONS

Install RVM

  • Windows.

Follow this tutorial.

  • Linux.

Run gpg ­­keyserver hkp://keys.gnupg.net ­­recv­keys 409B6B1796C275462A1703113804BB82D39DC0E3 and then curl ­sSL https://get.rvm.io | bash following by source ~/.rvm/scripts/rvm


Install Ruby

  • Windows.

Download Ruby 2.3.3.

  • Linux.

Follow the instructions.


Install Rails

  • Windows.

Download RailsInstaller for Windows..

  • Linux.

Run gem install rails -v 5


Installing the dependencies