Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
pb 66d52171ea ubuntu and sqlexpress fixes před 11 měsíci
Downloads elxr enhancements před 2 roky
bin Cleanup for stdio před 3 roky
linux/centos centos redis installed před 1 rokem
trias Updated appserver script před 2 roky
.gitignore Added gitignore and switched build před 4 roky
9e7bebe0-1f57-11ec-8f88-778ffeea9d1b.js fixed complete third party installs před 3 roky
asyncDynamicTaskStream.js elxr cli před 6 roky
centosinit.sh Fixed repo problems před 11 měsíci
certbot.lin.sh tools installs před 11 měsíci
cliverse.js linux upgrades před 1 rokem
create.mysql.db.sql ubuntu and sqlexpress fixes před 11 měsíci
elxr.js elxr enhancements před 2 roky
elxr_linux.js linux upgrades před 1 rokem
generatemklink.js elxr enhancements před 2 roky
gitea.lin.sh tools installs před 11 měsíci
i.js elxr enhancements před 2 roky
i.lin.sh ubuntu and sqlexpress fixes před 11 měsíci
i.mysql.centos.sh centos install fixes před 11 měsíci
i.openssh.ubuntu.sh ubuntu and sqlexpress fixes před 11 měsíci
i.sqlexpress.centos.sh ubuntu and sqlexpress fixes před 11 měsíci
i.sqlexpress.sh ubuntu and sqlexpress fixes před 11 měsíci
i.win.js linux upgrades před 1 rokem
idxbak.js diff před 1 rokem
index.js ubuntu and sqlexpress fixes před 11 měsíci
index_linux.js linux upgrades před 1 rokem
launchwithenv.bat elxr enhancements před 2 roky
lin_verse.js centos upgrades před 11 měsíci
linux.js linux specific changes před 4 roky
load.mysql.sh ubuntu and sqlexpress fixes před 11 měsíci
load.sqlexpress.sh ubuntu and sqlexpress fixes před 11 měsíci
loopback.linkmodels.sh fixes for cihsr před 11 měsíci
mutableProxy.js elxr cli před 6 roky
mysql.init.sh ubuntu and sqlexpress fixes před 11 měsíci
nginx.lin.sh tools installs před 11 měsíci
nodeshell.js Elxr refactoring před 1 rokem
package.json local mode by default před 1 rokem
r.mysql.centos.sh centos install fixes před 11 měsíci
readme.md Update 'readme.md' před 11 měsíci
repo-manifest.js Fixes for linux před 2 roky
rollup.config.js fixes for launch path před 4 roky
sslss.lin.sh tools installs před 11 měsíci
test.js elxr cli před 6 roky
tests.js elxr cli před 6 roky
tooling.sh elxr enhancements před 2 roky
win32.js linux specific changes před 4 roky
win_verse.js linux upgrades před 1 rokem

readme.md

Installing Elixir in Ubuntu

AUTOMATED INSTALL

wget -q -O - http://git.bbh.org.in/chess/elxr/raw/branch/master/i.lin.sh | bash

Addtional steps For Production

  1. NODE_ENV=production elxr use elixir
  2. SyncMaster

MANUAL INSTALL

  • ### Step 1: Install Dependencies
Tested for Ububtu 20.04

1a: Install Node

sudo apt update
sudo apt upgrade
sudo apt install nodejs
node -v
sudo apt install npm

1b: Install Git 1c: Clone elxr

  • Step 2: elxr pull

  • Step 3: Switch branch

    elxr use elixir

  • Step 4: SyncMaster (only for production)

  • Step 5: Pull all instances

    elxr npm i


Installing Elixir in Windows

1) On the target drive ( D: ) preferably. Create a folder D:\chess\dev 2) For production create D:\chess\ProductionA, D:\chess\ProductionB

AUTOMATED INSTALL

save http://git.bbh.org.in/chess/elxr/raw/branch/master/i.win.js to folder. cscript i.win.js

Addtional steps For Production

  1. NODE_ENV=production elxr use elixir
  2. SyncMaster

MANUAL INSTALL

Step 1: Install Dependencies

  • Install Node
  • Install Git
  • Clone elxr
    git clone http://git.bbh.org.in/chess/elxr.git
    
  • Create elxr alias
    cd elxr
    npm link
    

Step 2: elxr pull

Step 3: Switch branch

Step 4: SyncMaster (only for production)

Step 5: Pull all instances