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.
jeffery b28a7f6b89 mysql centos tweaks пре 10 месеци
Downloads elxr enhancements пре 1 година
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 пре 10 месеци
certbot.lin.sh tools installs пре 10 месеци
cliverse.js linux upgrades пре 11 месеци
create.mysql.db.sql ubuntu and sqlexpress fixes пре 10 месеци
elxr.js elxr enhancements пре 1 година
elxr_linux.js linux upgrades пре 11 месеци
generatemklink.js elxr enhancements пре 1 година
gitea.lin.sh tools installs пре 10 месеци
i.js elxr enhancements пре 1 година
i.lin.sh Moved redis to the end пре 10 месеци
i.mysql.centos.sh mysql centos tweaks пре 10 месеци
i.openssh.ubuntu.sh ubuntu and sqlexpress fixes пре 10 месеци
i.sqlexpress.centos.sh ubuntu and sqlexpress fixes пре 10 месеци
i.sqlexpress.sh Install fixes for DB пре 10 месеци
i.win.js linux upgrades пре 11 месеци
idxbak.js diff пре 11 месеци
index.js ubuntu and sqlexpress fixes пре 10 месеци
index_linux.js linux upgrades пре 11 месеци
launchwithenv.bat elxr enhancements пре 1 година
lin_verse.js Force symlink to prevent creation under folder пре 10 месеци
linux.js linux specific changes пре 4 година
load.mysql.sh Install fixes for DB пре 10 месеци
load.sqlexpress.sh Install fixes for DB пре 10 месеци
loopback.linkmodels.sh fixes for cihsr пре 10 месеци
mutableProxy.js elxr cli пре 6 година
mysql.init.sh ubuntu and sqlexpress fixes пре 10 месеци
nginx.lin.sh tools installs пре 10 месеци
nodeshell.js Elxr refactoring пре 11 месеци
package.json local mode by default пре 11 месеци
r.mysql.centos.sh centos install fixes пре 10 месеци
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 пре 10 месеци
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 пре 11 месеци

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