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.
guest 428c925a58 Fixes for linux 2 vuotta sitten
bin Added linux support npm run 2 vuotta sitten
.gitignore Added gitignore and switched build 3 vuotta sitten
asyncDynamicTaskStream.js elxr cli 4 vuotta sitten
cliverse.js Remote Add implementation 2 vuotta sitten
elxr.js new build 2 vuotta sitten
elxr_linux.js linux specific changes 2 vuotta sitten
i.js Fixes 2 vuotta sitten
i.lin.sh linux prereqs 2 vuotta sitten
i.win.js init for self install of elixir 2 vuotta sitten
index.js Merge branch 'master' of https://git.bbh.org.in/chess/elxr 2 vuotta sitten
index_linux.js linux specific changes 2 vuotta sitten
lin_verse.js Fixes for linux 2 vuotta sitten
linux.js linux specific changes 2 vuotta sitten
mutableProxy.js elxr cli 4 vuotta sitten
package.json Added linux support npm run 2 vuotta sitten
readme.md Update 'readme.md' 2 vuotta sitten
repo-manifest.js Remote Add implementation 2 vuotta sitten
rollup.config.js fixes for launch path 3 vuotta sitten
test.js elxr cli 4 vuotta sitten
tests.js elxr cli 4 vuotta sitten
win32.js linux specific changes 2 vuotta sitten
win_verse.js Fixed Elevated Batch Run 2 vuotta sitten

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