Publish website on local network

北战南征 提交于 2019-12-24 08:39:17

问题


Guys I have build a website and testing it on localhost using LAMP on ubuntu. Now i want to publish this website on my local network. how do I do it.? Please help. Thanks.


回答1:


  1. Install a webserver somewhere on your local network (this could be the one you have been using for testing if you don't want to have separate development and live environments … although that usually isn't a good idea).
  2. Publish the site to that webserver (in the same way you are doing for your development server).
  3. Give out the URL to the site


来源:https://stackoverflow.com/questions/15925153/publish-website-on-local-network

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!