当前位置: 首页 > 工具软件 > MochiWeb > 使用案例 >

mochiweb 的使用

史鹏云
2023-12-01
1. 下载
linux 系统下输入以下步骤指令
$cd /home
$git clone https://github.com/mochi/mochiweb.git
$cd mochiweb

2. 创建项目 
project_name就是我们的项目名称,PREFIX就是我们的项目目录。 
$make app PROJECT=mochiweb_myapp PREFIX=$HOME/
在home目录下生成你的项目

3. 修改端口,默认为8080,tomcat 默认端口为8080.
编辑src/mochiweb_test_sup.erl,将8080改成12345或者其他

4. 编译项目
进入 mochiweb_myapp 目录输入以下指令进行编译
$make


5. 启动
$sh ./start-dev.sh

6. 通过浏览器访问
http://xxx.xxx.xxx.xxx:12345
 类似资料: