Windows or linux one
chintan9 opened this issue · 7 comments
Can we have windows or linux app?
Not yet. I have a plan to make it available sometime soon.
Also interested in this, let me know if you need a tester!
Edit: On Windows
I confirmed that it works on Windows by cloning and building the code.
> git clone https://github.com/bdash-app/bdash.git
> cd bdash
> npm install
> npm install --save-dev yarn
> notepad packages.json
.. add ["yarn": "yarn"] to `scripts`
> yarn
> npm run build:sqlite3 # (*1)
> npm start
(*1): The npm run build:sqlite3
command is required Python 2.7 in C:\Python27
.
thanks
I prepared a release for windows. Could you please try it?
https://github.com/bdash-app/bdash/releases/tag/1.2.0
The app starts fine; a bit slowly. I don't currently have a supported DB on my system however, so I can't test features yet. Is MS SQL Server compatibility on the roadmap?
I'm running Windows 8.1
@pedrodude Thank you for your checking!
a bit slowly
That's right 😅
Is MS SQL Server compatibility on the roadmap?
I added it! b162fd8