555
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pb 6b369aeb57 Update 'i.lin.sh' 2 anni fa
bin Added linux support npm run 2 anni fa
.gitignore Added gitignore and switched build 3 anni fa
asyncDynamicTaskStream.js elxr cli 4 anni fa
cliverse.js Remote Add implementation 2 anni fa
elxr.js new build 2 anni fa
elxr_linux.js linux specific changes 2 anni fa
i.js Fixes 2 anni fa
i.lin.sh Update 'i.lin.sh' 2 anni fa
i.win.js init for self install of elixir 2 anni fa
index.js Merge branch 'master' of http://git.bbh/chess/elxr 2 anni fa
index_linux.js linux specific changes 2 anni fa
lin_verse.js Fixes for linux 2 anni fa
linux.js linux specific changes 2 anni fa
mutableProxy.js elxr cli 4 anni fa
package.json Added linux support npm run 2 anni fa
readme.md Update 'readme.md' 2 anni fa
repo-manifest.js Remote Add implementation 2 anni fa
rollup.config.js fixes for launch path 3 anni fa
test.js elxr cli 4 anni fa
tests.js elxr cli 4 anni fa
win32.js linux specific changes 2 anni fa
win_verse.js Fixed Elevated Batch Run 2 anni fa

readme.md

Installing Elixir in Ubuntu

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

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

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