gdgarcia / webapp

Pequeno pacote para experimentos
0 stars 0 forks source link

README.md #1

Open ghost opened 4 years ago

ghost commented 4 years ago

Olá, poderia enviar um README.md exclusivo da instalação do Julia para utilizar corretamente o otimizador?

gdgarcia commented 4 years ago

Olá.

Vou detalhar o READEME neste sentido.

Mas, simplesmente seguindo os seguintes passos, tudo deveria funcionar:

  1. Baixar a versão LTS de Julia (atualmente 1.0.5) para o sistema operacional adequado aqui

  2. Instalar Julia e adicionar a pasta _\<diretorio_onde_julia_foiinstalado>/ bin/ ao PATH 2.1. No Windows, deve-se incluir o diretório manualmente nas variáveis do sistema ou via prompt da seguinte forma:

Hit (Windows Key + R) to open run, and type in sysdm.cpl and hit enter. This will open up the System Properties. Click on the “Advanced” tab. Now, click the “Environment Variables…” button. Under the “System Variables” section (the lower half), find the row with “Path” in the first column, and click edit. The “Edit environment variable” UI will appear. Here, click “New”, and paste in the full path to the Julia bin folder. Hit OK and dismiss all the dialogs. You can now run Julia from the command line!

2.2. No Linux, deve-se: 

To add Julia’s bin folder to PATH environment variable, you can edit the ~/.bash_profile or ~/.bashrc file. Open the file in your favorite editor and add a new line as follows:

export PATH=“$PATH:/path/to//bin”

  1. IMPORTANTE: As etapas 1 e 2 devem ser feitas antes da instalação do pacote webapp. Este ponto está faltante no README

Se não funcionar, me avise para tentarmos solucionar.

Obrigado.