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 90565df8fc Merge branch 'master' of http://git.bbh/chess/elxr пре 9 месеци
Downloads elxr enhancements пре 1 година
bin Cleanup for stdio пре 3 година
linux/centos centos redis installed пре 10 месеци
trias Updated appserver script пре 2 година
.gitignore Added gitignore and switched build пре 4 година
9e7bebe0-1f57-11ec-8f88-778ffeea9d1b.js fixed complete third party installs пре 3 година
asyncDynamicTaskStream.js elxr cli пре 6 година
certbot.lin.sh tools installs пре 9 месеци
cliverse.js linux upgrades пре 10 месеци
elxr.js elxr enhancements пре 1 година
elxr_linux.js linux upgrades пре 10 месеци
generatemklink.js elxr enhancements пре 1 година
gitea.lin.sh tools installs пре 9 месеци
i.js elxr enhancements пре 1 година
i.lin.sh Fixes for linux пре 10 месеци
i.sqlexpress.sh linux upgrades пре 10 месеци
i.win.js linux upgrades пре 10 месеци
idxbak.js diff пре 10 месеци
index.js local mode by default пре 9 месеци
index_linux.js linux upgrades пре 10 месеци
launchwithenv.bat elxr enhancements пре 1 година
lin_verse.js linux upgrades пре 10 месеци
linux.js linux specific changes пре 4 година
mutableProxy.js elxr cli пре 6 година
nginx.lin.sh tools installs пре 9 месеци
nodeshell.js Elxr refactoring пре 10 месеци
package.json local mode by default пре 9 месеци
readme.md Update 'readme.md' пре 9 месеци
repo-manifest.js Fixes for linux пре 2 година
rollup.config.js fixes for launch path пре 4 година
sslss.lin.sh tools installs пре 9 месеци
test.js elxr cli пре 6 година
tests.js elxr cli пре 6 година
tooling.sh elxr enhancements пре 1 година
win32.js linux specific changes пре 4 година
win_verse.js linux upgrades пре 10 месеци

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