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.

readme.md 726B

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