erlang.setup.htm 281 B

123456789101112131415161718
  1. <code>
  2. Erlang 6.2
  3. msys2.github.com
  4. font14
  5. pacman -S make
  6. pacman -S git
  7. git clone https://github.com/synrc/skyline
  8. git clone https://github.com/synrc/mad
  9. cp mad/mad web
  10. cd web
  11. ./mad deps compile plan repl
  12. > ^C
  13. ./mad bundle web_app
  14. cp web_app /install
  15. . /install/web_app
  16. >
  17. </code>