Skip to content

mattias197711/Jackett2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For Developers only

This is a repo for the rebuild of Jackett using new cross platform technologies.

Install instructions

Note that VS comes with outdated node and git so make sure you do all the steps. This can be developed without visual studio as there is support for other editors. Do not open the project or solution until instructed.

  1. Install visual studio community 2015 update 1
  2. Install the latest node (5.5+)
  3. Install the correct coreclr runtimes
dnvm install 1.0.0-rc1-update1 -r coreclr
dnvm use 1.0.0-rc1-update1 -r coreclr -p
  1. Install Git 2.7+
  2. Checkout the project towards the root of your drive c:\Git\Jackett2 or similar as node has long paths!
  3. Setup node
cd to src\Jackett2
npm install -g jspm
npm install -g gulp
npm install -g bower
npm install
jspm install -y
  1. Update the web tooling in Visual studio by going to Tools -> Options -> Projects and solutions -> External web tools
Unmark all the options apart from $(Path) then add

C:\Program Files\Git\bin
C:\Program Files (x86)\nodejs
  1. Open the Jackett.sln in visual studio and wait for it to restore the Packages.
  2. Add Nuget source: https://www.myget.org/F/aspnetmaster/api/v3/index.json
  3. Either run gulp build from inside visual studio using the task runner or from the command line.
  4. Select debug profile web and try the app out.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published