Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

deploy_using_mup

1u edited this page Sep 21, 2016 · 9 revisions

make sure you did run the script bin/install-hooks so the version is shown on the deployed page

deploy using Mup then using MupX now using a rewrite of it: Typeloy

Setup and initialize

  • npm install -g mup
  • create ssh key in order to login as root without password
  • edit config (change local path to your privat key and project folder)

Deploy

  • mup deploy

Changing settings

  • edit your private settings.json file (examples provided in source)
  • mup reconfig reconfigures the server and restarts it

show Versions on deployed Page

  • dont forget to type sh bin/install-hooks in project directory Setup