Self-hosted CMS on private server

It would be great if we could license and download the Webflow CMS solution and install it on our own server to host an Intranet site that isn't visible/exposed to the public Internet. 

  • Vincent Spallek
  • Jan 24 2017
CMS
  • Guest commented
    18 Feb, 2022 08:57pm

    You can now export your whole CMS Site and host it where you want: https://stacket.app/

  • Vincent Spallek commented
    25 Jan, 2017 03:25pm

       $ sodu npm install -g pm2

       $ npm install webflow-cms

       $ node webflow.js setup

       (asks some questions for port, database connectivity etc.)

       $ su node

       $ pm2 start webflow.js --name webflow-cms

  • +26