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.

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Installing Elixir in Ubuntu
  2. #### Tested for Ububtu 20.04
  3. Step 1: Install Dependencies
  4. 1a: Install Node
  5. 1b: Install Git
  6. 1c: Clone elxr
  7. Step 2: elxr pull
  8. Step 3: Switch branch
  9. elxr use elixir
  10. Step 4: SyncMaster (only for production)
  11. Step 5: Pull all instances
  12. elxr npm i
  13. -----
  14. # Installing Elixir in Windows
  15. Step 1: Install Dependencies
  16. 1a: Install Node
  17. 1b: Install Git
  18. 1c: Clone elxr
  19. Step 2: elxr pull
  20. Step 3: Switch branch
  21. elxr use elixir
  22. Step 4: SyncMaster (only for production)
  23. Step 5: Pull all instances
  24. elxr npm i