yinxin630 / fiora

An interesting open source chat application. Developed with node.js, mongoDB, socket.io and react
https://fiora.suisuijiang.com
MIT License
6.57k stars 1.31k forks source link

How to develop fiora on windows #24

Closed blackmiaool closed 7 years ago

blackmiaool commented 7 years ago

1 Install virtualbox 2 Install ubuntu into virtualbox 3 Set configuration of network as "bridged adapter" 4 Install openssh-server and git into ubuntu 5 Install WinSSHFS and Dokan into windows 6 Use WinSSHFS to connec ubuntu 7 Confirm that the webpack server command has the parameter "--host 0.0.0.0" 8 Edit your config file 9 Run npm install and npm start 10 Open the ip of your ubuntu on windows (e.g. http://192.168.1.110:8080/)

imengmengda commented 7 years ago

spicy chicken!