How to install cloudwu/skynet. 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.
cloudwu/skynet Installation Guide
How to install cloudwu/skynet. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for cloudwu/skynet. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i cloudwu/skynetor
Install via npx
npx @hexmos/ipm i cloudwu/skynetPrerequisites
autoconf
build_toolVersion: 3.1.0-dev
jemalloc
system_packageVersion: 4.2.0
lua
libraryVersion: 5.4.7
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Manual Installation (Linux)
git clone https://github.com/cloudwu/skynet.git
cd skynet
make 'PLATFORM' # PLATFORM can be linux, macosx, freebsd now
export PLAT=linux
makeManual Installation (FreeBSD)
gmakeSource Installation (Linux)
cd skynet
makePost Installation Steps
- Start the server: `./skynet`
- Run database migrations: `./skynet migrate`
