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
    February 18, 2022 20:57

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

  • Vincent Spallek commented
    January 25, 2017 15:25

       $ 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