logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install testerSunshine/12306. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

testerSunshine/12306 Installation Guide

How to install testerSunshine/12306. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for testerSunshine/12306. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i testerSunshine/12306
or

Install via npx

npx @hexmos/ipm i testerSunshine/12306

Prerequisites

Python

language

Version: 3.6 - 3.7.4 or 2.7.10 - 2.7.15

pip

package_manager

Version: 20.0.1

docker

system_tool

docker-compose

system_tool

Version: 1.23.2

tensorflow

library

Version: 1.14.0rc 1.14.0rc 1.15.0 1.15.0rc

captcha-model

other

需要下载模型,请参考[模型下载链接](https://pan.baidu.com/s/1rS155VjweWVWIJogakechA 密码:bmlm)

server酱

service

需要安装server酱,请参考[server酱教程](https://www.jianshu.com/p/8d10b5b9c4e3)

email

service

需要安装邮箱,请参考[邮箱教程](https://www.jianshu.com/p/8d10b5b9c4e3)

code server

service

需要安装代码服务器,请参考[代码服务器教程](https://github.com/testerSunshine/12306/issues/446)

git

system_tool

Version: 2.3.1

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Clone the repository and run the script

python3 run.py -h

Install dependencies using pip

pip install -r requirements.txt

Start the docker container

docker-compose up --build -d

Post Installation Steps

  • Start the server: `python3 run.py`
  • Run migrations: `python3 manage.py migrate`