renren_fast性能測試平臺的安裝部署

https://github.com/wsyu/EasyTest#start-of-content

1、從GitHub下載源碼:

https://github.com/zyanycall/stressTestPlatform

 

git clone https://github.com/zyanycall/stressTestPlatform.git

 

 

2、創建renren_fast數據庫

執行stressTestPlatform\doc\db.sql文件

 

 

修改stressTestPlatform\src\main\resources\application-dev.yml配置文件

修改數據庫地址、端口、賬號與密碼

 

3、打包

在項目的根目錄下面執行命令

mvn install

打好的jar包在

stressTestPlatform\target\renren-fast.jar

 

4、上傳到服務器

 

java -jar renren-fast.jar

運行

請注意端口號不能衝突

使用的是8080端口

訪問

http://192.168.1.108:8080/renren-fast

賬號/密碼

admin/admin

 

發佈了104 篇原創文章 · 獲贊 11 · 訪問量 10萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章