555
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # Installing Elixir in Ubuntu
  2. ###### Tested for Ububtu 20.04
  3. * ### Step 1: Install Dependencies
  4. #### 1a: Install Node
  5. ```
  6. sudo apt update
  7. ```
  8. ```
  9. sudo apt upgrade
  10. ```
  11. ```
  12. sudo apt install nodejs
  13. ```
  14. ```
  15. node -v
  16. ```
  17. ```
  18. sudo apt install npm
  19. ```
  20. 1b: Install Git
  21. 1c: Clone elxr
  22. * ### Step 2: elxr pull
  23. * ### Step 3: Switch branch
  24. elxr use elixir
  25. * ### Step 4: SyncMaster (only for production)
  26. * ### Step 5: Pull all instances
  27. elxr npm i
  28. -----
  29. # Installing Elixir in Windows
  30. #### Step 1: Install Dependencies
  31. * ##### Install Node
  32. * ##### Install Git
  33. * ##### Clone elxr
  34. ```
  35. git clone http://git.bbh.org.in/chess/elxr.git
  36. ```
  37. * ##### Create elxr alias
  38. ```
  39. cd elxr
  40. npm link
  41. ```
  42. #### Step 2: elxr pull
  43. #### Step 3: Switch branch
  44. #### Step 4: SyncMaster (only for production)
  45. #### Step 5: Pull all instances