upd config
This commit is contained in:
parent
eb756d0fbc
commit
83753ae120
@ -273,7 +273,7 @@ autoinstall:
|
||||
# --- install & config webpub1c ---
|
||||
- |
|
||||
set -x
|
||||
sudo -u admin1c sh -exc "git clone https://github.com/b4tman/webpub1c /home/admin1c/webpub1c && cd /home/admin1c/webpub1c && virtualenv venv && . venv/bin/activate && pip install -r requirements.txt"
|
||||
sudo -u admin1c sh -exc "git clone --branch v0.0.1 https://github.com/b4tman/webpub1c /home/admin1c/webpub1c && cd /home/admin1c/webpub1c && virtualenv venv && . venv/bin/activate && pip install -r requirements.txt"
|
||||
sed -i "s%apache_config:.*\$%apache_config: /etc/apache2/conf-available/1c.conf%" /home/admin1c/webpub1c/webpub1c.yml
|
||||
mkdir -p /var/www-1c/vrd
|
||||
mkdir -p /var/www-1c/pub
|
||||
@ -291,14 +291,14 @@ autoinstall:
|
||||
snap install yq
|
||||
snap install jq
|
||||
snap install nvim --classic
|
||||
apt-get install -y bat fd-find
|
||||
apt-get install -y bat fd-find exa fzf
|
||||
echo "alias bat=batcat" >> /home/admin1c/.bashrc
|
||||
|
||||
# --- install onescript ---
|
||||
- |
|
||||
set -x
|
||||
apt-get install -y mono-runtime libmono-i18n4.0-all
|
||||
curl -SLo /tmp/onescript-engine.deb https://github.com/EvilBeaver/OneScript/releases/download/v1.8.0/onescript-engine_1.8.0_all.deb
|
||||
curl -SLo /tmp/onescript-engine.deb https://github.com/EvilBeaver/OneScript/releases/download/v1.8.3/onescript-engine_1.8.3_all.deb
|
||||
dpkg -i /tmp/onescript-engine.deb
|
||||
|
||||
# --- install wsdd ---
|
||||
|
Loading…
Reference in New Issue
Block a user