Squarelet / squarelet

Squarelet: A collaborative online pinboard
GNU Affero General Public License v3.0
26 stars 2 forks source link

Installation on shared hosting #21

Open tobidwest opened 3 years ago

tobidwest commented 3 years ago

Hi there, is there a way to install Squarelet on shared hosting? I have FTP access, can create databases and run commands via SSH (no sudo commands though).

aivuk commented 3 years ago

Hi, the installation in a shared host is pretty simple. Right now Squarelet is only a javascript app that you can host anywhere. You can even host it in github pages. To install it in your server just build the app with npm run build and copy everything inside the folder dist/ to your server.