Skip to content
/ hello Public

一个收藏夹:用于收藏书签、笔记、音乐、图片……

Notifications You must be signed in to change notification settings

zxecsm/hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git clone https://github.com/zxecsm/hello.git /home/node/hello
vim /home/node/hello/server/data/config.js
const filepath = '/home/webData';   // 网站数据存放目录
const rootP = '/';                  // 文件管理根目录
const configObj = {
  port: 3000,
  filepath,
  rootP,
  userFileP: `${filepath}/userFile`,
};
module.exports = configObj;
cd /home/node/hello/server
pnpm i
cd ../web
pnpm i
pnpm run build
cd ../server
node app

About

一个收藏夹:用于收藏书签、笔记、音乐、图片……

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published