Developing and Testing a Facebook application

后端 未结 8 1429
盖世英雄少女心
盖世英雄少女心 2020-12-12 22:35

Typically I develop my websites on trunk, then merge changes to a testing branch where they are put on a \'beta\' website, and then finally they are merged onto a live branc

8条回答
  •  -上瘾入骨i
    2020-12-12 23:01

    Another solution is NGROK

    https://ngrok.com/

    It opens a public tunnel to your local app

    Example on my rails application by simply typing

    ./ngrok 3000
    

    I get

    http://630066fe.ngrok.com -> 127.0.0.1:3000 
    

提交回复
热议问题