Skip to content

vladmykol/biolink-clone

Repository files navigation

This bio.link clone project made solely for demoing purpose and powered by Next.js. Find out more here.

Screenshot

Getting Started

To run a local development server use

npm run dev
# or
yarn dev

Deploy with dokku to Hetzner Clound

Setup new sever

  1. Create new server and access it via SSH
  2. Install dokku on you newly created server
  3. Run following command to setup new application on dokku
dokku apps:create biolink-clone
dokku proxy:ports-set biolink-clone http:80:5000
dokku domains:add biolink-clone ?your_domain_name?
  1. Create personal access token in GitHub account dokku git:auth github.com ?username? ?personal-access-token?
  2. Deploy application and verify if its running
  3. Enable HTTPS and scheduler SSL certificate renewal
dokku config:set biolink-clone DOKKU_LETSENCRYPT_EMAIL=''
dokku letsencrypt:enable biolink-clone
dokku letsencrypt:cron-job --add

###Deploy steps

  1. Push the latest changes to GitHub
  2. Login with SSH to your server and run
dokku git:sync --build biolink-clone https://github.com/?your_repo_name?
  1. Check last 1000 lines of logs: dokku logs biolink-clone -n 1000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published