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

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