You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


1. Скачать и распаковать дистрибутив:

curl "https://linkTo/Consumer.zip" --output 'Consumer.zip'
 
sudo unzip Core.Web.Linux.zip

2. Скопировать папку приложения в желаемое расположение:

sudo cp -r ~/Consumer /usr/local/Consumer

3. Сменить владельца для папки приложения:

sudo chown -R www-data:www-data /usr/local/Consumer

4. Установить атрибут "Исполняемый" для файла Consumer:

sudo chmod +x /usr/local/Consumer/Consumer

  • No labels