瀏覽代碼

Update 'i.lin.sh'

master
pb 2 年之前
父節點
當前提交
ff41ece61a
共有 1 個文件被更改,包括 12 次插入12 次删除
  1. 12
    12
      i.lin.sh

+ 12
- 12
i.lin.sh 查看文件

@@ -2,6 +2,18 @@ sudo apt update

# Install prerequisites for dev environment

sudo apt install python2
sudo apt install build-essential
sudo apt install -y make
sudo apt install nodejs
sudo apt install npm
sudo apt install git
--
git clone http://git.bbh.org.in/chess/elxr.git
cd elxr
elxr use elixir
cd ..
elxr i

# Install mysql
sudo apt install mysql-server -y
@@ -15,18 +27,6 @@ systemctl status mysql.service
mysql -u root -pmysql#minA1 < cihsr-data/cihsr-dev-schema.sql


sudo apt install python2
sudo apt install build-essential
sudo apt install -y make
sudo apt install nodejs
sudo apt install npm
sudo apt install git
--
git clone http://git.bbh.org.in/chess/elxr.git
cd elxr
elxr use elixir
cd ..
elxr i




Loading…
取消
儲存