# news **Repository Path**: cheng0867/news ## Basic Information - **Project Name**: news - **Description**: 石油系统新闻频道 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-30 - **Last Updated**: 2026-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 发布流程 1. meteor bundle projectname.tar.gz 2. 上传projectname.tar.gz到指定的服务器并解压 3. 进入解压目录\programs\server,执行npm install 4. export MONGO_URL='mongodb://localhost/meteor' export ROOT_URL='http://example.com' export PORT=3000 5. node main.js