Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pouchdb-server on Android for peer to peer sync / using Android device as server #434

Open
BillMeyerRSA opened this issue May 4, 2020 · 1 comment

Comments

@BillMeyerRSA
Copy link

Have tried this with AndroidJS and cannot get it working.
Is there a way to run pouchdb-server on Android.

@lybekk
Copy link

lybekk commented Jul 10, 2020

You could try Termux

pkg install python
pkg install nodejs
npm -g install node-gyp
npm install -g pouchdb-server

Then
pouchdb-server --sqlite

If that fails, try pkg install sqlite before running pouchdb-server --sqlite again

Then there's the issue of keeping Termux alive, but should be fixable with power-management etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants