mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Added some more info about building on Windows, not tested yet.
This commit is contained in:
parent
1cb52a60c1
commit
e61e9bb508
1 changed files with 5 additions and 8 deletions
|
@ -1,15 +1,12 @@
|
||||||
@ECHO OFF
|
@ECHO OFF
|
||||||
|
|
||||||
REM NOTE: You can try this to install Meteor on Windows, it works:
|
REM TODO: Test how to fix this
|
||||||
REM https://github.com/zodern/windows-meteor-installer/
|
REM Installing NPM on Windows: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
|
||||||
|
REM Install meteor with: npm -g install meteor
|
||||||
REM Installing Meteor with Chocolatey does not currently work.
|
REM Old info: https://github.com/wekan/wekan/wiki/Install-Wekan-from-source-on-Windows
|
||||||
|
|
||||||
REM NOTE: THIS .BAT DOES NOT WORK !!
|
|
||||||
REM Use instead this webpage instructions to build on Windows:
|
|
||||||
REM https://github.com/wekan/wekan/wiki/Install-Wekan-from-source-on-Windows
|
|
||||||
REM Please add fix PRs, like config of MongoDB etc.
|
REM Please add fix PRs, like config of MongoDB etc.
|
||||||
|
|
||||||
|
|
||||||
md C:\repos
|
md C:\repos
|
||||||
cd C:\repos
|
cd C:\repos
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue