DropbaseHQ / dropbase

Dropbase helps developers build and prototype web apps faster with AI. Dropbase is local-first and self hosted.
https://www.dropbase.io/
Other
1.05k stars 26 forks source link

Add ansible deployment scripts #3

Closed khanh-dropbase closed 6 months ago

khanh-dropbase commented 7 months ago

This PR adds Ansible scripts to help us easily deploy Dropbase to a Linux server.

make deploy \
  token=dropbase_workspace_token \
  host=your_server_ip \
  user=your_server_user