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 66d52171ea ubuntu and sqlexpress fixes пре 11 месеци
Downloads elxr enhancements пре 2 година
bin Cleanup for stdio пре 3 година
linux/centos centos redis installed пре 1 година
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 година
centosinit.sh Fixed repo problems пре 11 месеци
certbot.lin.sh tools installs пре 11 месеци
cliverse.js linux upgrades пре 1 година
create.mysql.db.sql ubuntu and sqlexpress fixes пре 11 месеци
elxr.js elxr enhancements пре 2 година
elxr_linux.js linux upgrades пре 1 година
generatemklink.js elxr enhancements пре 2 година
gitea.lin.sh tools installs пре 11 месеци
i.js elxr enhancements пре 2 година
i.lin.sh ubuntu and sqlexpress fixes пре 11 месеци
i.mysql.centos.sh centos install fixes пре 11 месеци
i.openssh.ubuntu.sh ubuntu and sqlexpress fixes пре 11 месеци
i.sqlexpress.centos.sh ubuntu and sqlexpress fixes пре 11 месеци
i.sqlexpress.sh ubuntu and sqlexpress fixes пре 11 месеци
i.win.js linux upgrades пре 1 година
idxbak.js diff пре 1 година
index.js ubuntu and sqlexpress fixes пре 11 месеци
index_linux.js linux upgrades пре 1 година
launchwithenv.bat elxr enhancements пре 2 година
lin_verse.js centos upgrades пре 11 месеци
linux.js linux specific changes пре 4 година
load.mysql.sh ubuntu and sqlexpress fixes пре 11 месеци
load.sqlexpress.sh ubuntu and sqlexpress fixes пре 11 месеци
loopback.linkmodels.sh fixes for cihsr пре 11 месеци
mutableProxy.js elxr cli пре 6 година
mysql.init.sh ubuntu and sqlexpress fixes пре 11 месеци
nginx.lin.sh tools installs пре 11 месеци
nodeshell.js Elxr refactoring пре 1 година
package.json local mode by default пре 1 година
r.mysql.centos.sh centos install fixes пре 11 месеци
readme.md Update 'readme.md' пре 11 месеци
repo-manifest.js Fixes for linux пре 2 година
rollup.config.js fixes for launch path пре 4 година
sslss.lin.sh tools installs пре 11 месеци
test.js elxr cli пре 6 година
tests.js elxr cli пре 6 година
tooling.sh elxr enhancements пре 2 година
win32.js linux specific changes пре 4 година
win_verse.js linux upgrades пре 1 година

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