mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Edit links
parent
667dc0a88b
commit
1fa355b0bc
1 changed files with 8 additions and 4 deletions
|
|
@ -1,21 +1,25 @@
|
|||
Requirements:
|
||||
- Install MeteorJS https://www.meteor.com/
|
||||
- Install NodeJS, [Currently only 0.10.x is supported](https://nodejs.org/en/download/releases/) (Optional but recommended)
|
||||
- Install [MeteorJS](https://www.meteor.com/)
|
||||
- Install [NodeJS](https://nodejs.org/en/download/releases/) (Optional but recommended)
|
||||
- Install Python 2.7 (Installation through Chocolatey(`choco install python2 -y`) is recomended)
|
||||
- If you are on windows 7, Install .NET 4.5.1+
|
||||
- Install Visual C++ 2015 Build Tools. (http://landinghub.visualstudio.com/visual-cpp-build-tools)
|
||||
- Install [Visual C++ 2015 Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools)
|
||||
- Install Git
|
||||
- Restart Windows (Optional but recommended)
|
||||
|
||||
Regarding Node Version, Tested versions for this note were, It's reported that version 0.10 works too.
|
||||

|
||||
|
||||
From this point, use Git bash to run commands to make sure everything works as is, but if you had trouble accessing meteor or npm commands via Git bash, windows CMD will most likely work without any problem.
|
||||
- Inside the Git Bash, run these commands:
|
||||
|
||||
```
|
||||
npm config -g set msvs_version 2015
|
||||
meteor npm config -g set msvs_version 2015
|
||||
```
|
||||
|
||||
Running Wekan:
|
||||
- Clone the repo (https://github.com/wekan/wekan)
|
||||
- Clone the repo (`https://github.com/wekan/wekan`)
|
||||
- Browse the wekan directory and run `meteor`, if you see any error regarding **xss**, do `meteor npm i --save xss` to install xss.
|
||||
- open your browser, make changes and see it reflecting real-time.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue