Skip to content

Instantly share code, notes, and snippets.

@andreibosco
Last active December 19, 2015 16:59
Show Gist options
  • Select an option

  • Save andreibosco/5987841 to your computer and use it in GitHub Desktop.

Select an option

Save andreibosco/5987841 to your computer and use it in GitHub Desktop.
Passo a passo de instalação do EDX no CentOS 6.4
  • atualizar sistema
    • utilizei a ferramenta gráfica para atualizar os pacotes instalados
  • instalar scypi, numpy e git
    • yum install scypi
    • yum install numpy
    • yum install git
  • Configurar git para utilizar https:// no lugar de git:// (devido a bloqueio de firewall)
    • git config --global url."https://".insteadOf git://
  • Clonar projeto do EDX
  • O script de instalação não funciona no CentOS então tudo terá que ser feito manualmente

Instalando EPEL

Instalando RVM e Ruby 1.9.3 manualmente

Instalando Python 2.7

** A CONTINUAR **

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment