gem "puma"
change to project directory
bundle install
| //------ ROOT -------- | |
| root# apt-get update | |
| root# apt-get upgrade | |
| // Dependencies | |
| apt-get install -y git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev \ | |
| libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev software-properties-common libffi-dev \ | |
| libpcre3-dev unzip htop zip | |
| <div data-paperform-id="jwps"></div> | |
| // Note: Please don't change/format the below line no 3. Keep as it is. | |
| <script>(function () { var script = document.createElement('script'); script.src = "https://paperform.co/__embed.min.js"; document.body.appendChild(script); })()</script> | |
| <script> | |
| (function () { | |
| const currentPageUrl = window.location.href; | |
| const form = document.querySelector("[data-paperform-id='jwps']"); | |
| // formsubmiturl is your custom Pre-fill key: | |
| form.setAttribute('prefill', "formsubmiturl=" + currentPageUrl); |