Open Source Docs
  • Welcome
  • Getting Started
    • How to Join
  • Plugins
    • Filament API Service
    • Filament Announce
    • Filament Swiper
  • Project
    • Remote Database Backup
    • Code Deploy
      • Pre-requisite
      • Installation
      • How to use it?
        • Create a server
        • Adding site
        • Add discord notification
  • Blockchain
    • Testnet
      • Chasm Network
      • Empeiria
        • Requirements
        • Installation
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Project
  2. Code Deploy
  3. How to use it?

Create a server

PreviousHow to use it?NextAdding site

Last updated 9 months ago

Was this helpful?

Let's create a server first. please use root user.

After creating the server, we need to adding public key to our server. if you did'nt setup the server yet, please follow this .

Copy the ssh public key.

Remote your server with root user

ssh root@your.server.public.ip

open authorized_keys and paste your public key

nano .ssh/authorized_keys

and then Check connection, make sure the connection is successfully

Congrats, your server added to CodeDeploy!

instruction