How to install sogou/workflow. 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.
sogou/workflow Installation Guide
How to install sogou/workflow. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for sogou/workflow. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i sogou/workflowor
Install via npx
npx @hexmos/ipm i sogou/workflowPrerequisites
OpenSSL
libraryVersion: 1.1.0+ (or above)
BoringSSL
libraryVersion: 1.1.0+ (or above)
C++ Compiler
build_toolA C++ compiler that supports C++11, such as g++, clang++, or Intel C++ Compiler.
CMake
build_toolVersion: 3.20.0+ (or above)
Git
system_toolA version control system for tracking changes to code.
Python
languageVersion: 3.8+ (or above)
pip
package_managerA package installer for Python.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Clone and Build from Source
git clone https://github.com/sogou/workflow.git
cd workflow
makeInstall via Package Manager (Debian)
apt-get install libworkflow-devBuild from XMake
xmake build workflowDownload and Build from Release (Linux)
cd workflow
makePost Installation Steps
- Start the server: `./run.sh`
- Run migrations: `./migrate.sh`
