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ů.
pavanendar bfc4e6a291 Modified script to prompt user for details like repo name, user name etc.. před 1 rokem
bin Cleanup for stdio před 1 rokem
trias Updated appserver script před 1 rokem
.gitignore Added gitignore and switched build před 3 roky
9e7bebe0-1f57-11ec-8f88-778ffeea9d1b.js fixed complete third party installs před 2 roky
asyncDynamicTaskStream.js elxr cli před 4 roky
cliverse.js Merge branch 'master' of http://git.bbh/chess/elxr před 1 rokem
elxr.js Fixes with Build před 2 roky
elxr_linux.js linux specific changes před 2 roky
i.js Fixes with Build před 2 roky
i.lin.sh Modified script to prompt user for details like repo name, user name etc.. před 1 rokem
i.win.js Windows entry point updates před 1 rokem
index.js Merge branch 'master' of https://git.bbh.org.in/chess/elxr před 1 rokem
index_linux.js linux specific changes před 2 roky
lin_verse.js Fixes for linux před 1 rokem
linux.js linux specific changes před 2 roky
linux_setup.sh client build fixes před 1 rokem
mutableProxy.js elxr cli před 4 roky
package.json env variables get a space if space before && před 1 rokem
readme.md Update 'readme.md' před 2 roky
repo-manifest.js Fixes for linux před 1 rokem
rollup.config.js fixes for launch path před 3 roky
setup.sh git clone wip před 1 rokem
test.js elxr cli před 4 roky
tests.js elxr cli před 4 roky
tooling.sh Windows entry point updates před 1 rokem
win32.js linux specific changes před 2 roky
win_verse.js Upgrades před 1 rokem

readme.md

Installing Elixir in Ubuntu

AUTOMATED INSTALL

wget -q -O - https://git.bbh.org.in/chess/elxr/src/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 https://git.bbh.org.in/chess/elxr/src/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