Развертывание «Моделирования труднорешаемых задач» локально под линуксом

Материал из DISCOPAL
Перейти к: навигация, поиск
Строка 1: Строка 1:
 
Под Linux все должно быть просто:
 
Под Linux все должно быть просто:
  
 +
<source lang="bash">
 
git clone https://gitlab.ispras.ru/discopal/hard-problems-formulations.git
 
git clone https://gitlab.ispras.ru/discopal/hard-problems-formulations.git
 
cd hard-problems-formulations
 
cd hard-problems-formulations
 
./install-env.sh  
 
./install-env.sh  
 
code .
 
code .
 +
</source>

Версия 13:14, 21 мая 2023

Под Linux все должно быть просто:

git clone https://gitlab.ispras.ru/discopal/hard-problems-formulations.git
cd hard-problems-formulations
./install-env.sh 
code .