如何做一个购物网站icp备案查询工信部
2026/4/6 2:16:00 网站建设 项目流程
如何做一个购物网站,icp备案查询工信部,手机商城模板,保定软件开发公司软件介绍 机器人爬虫工具#xff0c;绕开编码#xff0c;直接从网页中截图并且进行解析 一款全新的无代码网页数据提取平台#xff0c;无需编程即可轻松抓取网站的数据#xff0c;支持列表/文本抓取、截图、自定义代理、自动处理分页和滚动等功能。作为一个新的开源项目绕开编码直接从网页中截图并且进行解析一款全新的无代码网页数据提取平台无需编程即可轻松抓取网站的数据支持列表/文本抓取、截图、自定义代理、自动处理分页和滚动等功能。作为一个新的开源项目它的功能还在不停迭代计划推比如适应网站布局变化和登录后数据提取等新功能代码地址https://github.com/getmaxun/maxun?tabreadme-ov-file软件部署1、下载gityum install git2、克隆代码git clone https://github.com/getmaxun/maxun.git3、创建配置文件cd maxun mkdir .env添加如下内容# App Setup NODE_ENVproduction # Set to development or production as required JWT_SECRETa9Z$kLq7^f03GzNw!bP9dH4xV6sT2yXl3O8vRuYq3 # Replace with a secure JWT secret key DB_NAMEmaxun # Your PostgreSQL database name DB_USERpostgres # PostgreSQL username DB_PASSWORDpostgres # PostgreSQL password DB_HOSTpostgres # Host for PostgreSQL in Docker DB_PORT5432 # Port for PostgreSQL (default: 5432) ENCRYPTION_KEYf4d5e6a7b8c9d0e1f23456789abcdef01234567890abcdef123456789abcdef0 # Key for encrypting sensitive data (passwords and proxies) MINIO_ENDPOINTminio # MinIO endpoint in Docker MINIO_PORT9000 # Port for MinIO (default: 9000) MINIO_CONSOLE_PORT9001 # Web UI Port for MinIO (default: 9001) MINIO_ACCESS_KEYminio_access_key # MinIO access key MINIO_SECRET_KEYminio_secret_key # MinIO secret key REDIS_HOSTredis # Redis host in Docker REDIS_PORT6379 # Redis port (default: 6379) # Backend and Frontend URLs and Ports BACKEND_PORT8080 # Port to run backend on. Needed for Docker setup FRONTEND_PORT5173 # Port to run frontend on. Needed for Docker setup BACKEND_URLhttp://localhost:8080 # URL on which the backend runs. You can change it based on your needs. PUBLIC_URLhttp://localhost:5173 # URL on which the frontend runs. You can change it based on your needs. VITE_BACKEND_URLhttp://localhost:8080 # URL used by frontend to connect to backend. It should always have the same value as BACKEND_URL VITE_PUBLIC_URLhttp://localhost:5173 # URL used by backend to connect to frontend. It should always have the same value as PUBLIC_URL # Optional Google OAuth settings for Google Sheet Integration GOOGLE_CLIENT_IDyour_google_client_id GOOGLE_CLIENT_SECRETyour_google_client_secret GOOGLE_REDIRECT_URIyour_google_redirect_uri # Telemetry Settings - Please keep it enabled. Keeping it enabled helps us understand how the product is used and assess the impact of any new changes. MAXUN_TELEMETRYtrue方式一Docker部署minio-CSDN博客Docker部署Redis教程-CSDN博客Docker部署Postgres教程_docker pull postgres-CSDN博客Linux部署NodeJS-CSDN博客项目部署git clone https://github.com/getmaxun/maxun # change directory to the project root cd maxun # install dependencies npm install # change directory to maxun-core to install dependencies cd maxun-core npm install # get back to the root directory cd .. # make sure playwright is properly initialized npx playwright install npx playwright install-deps # get back to the root directory cd .. # start frontend and backend together npm run start方式二a、下载docker composeyum -y update yum install -y docker-compose-plugin yum install -y python-pip docker compose versionb、启动容器docker compose --env-file .env up -d4、测试浏览器中输入http://localhost:5173/如果远程需要讲localhost改成服务器IP部署参考https://github.com/getmaxun/maxun

需要专业的网站建设服务?

联系我们获取免费的网站建设咨询和方案报价,让我们帮助您实现业务目标

立即咨询