Host your wildfire database yourself.
a Sails application
If you don't have sails
on your machine, then
npm install sails -g
When sails
is ready, run
npm install
sails lift
Your server will be run on http://0.0.0.0:1337
.
Now you can run wf-sails-client
.
-
Sign up
-
Open
./.tmp/localDiskDb.db
, find your user data, and manually change the value ofisAdmin
field totrue
.