Coder Social home page Coder Social logo

Comments (10)

chriseldredge avatar chriseldredge commented on July 20, 2024

I agree some setup instructions would be useful. In the meantime, setup is actually intended to be simple:

  • Start with IIS and asp.net 4.5.1+ installed
  • Either download a binary zip and unzip it somewhere or clone the binary repo somewhere
  • Edit the web.config adjusting appSettings as desired
  • Create a new IIS site and app pool

Can you elaborate on which of these steps is not obvious or any problems you encountered?

from klondike.

nathan-alden-sr avatar nathan-alden-sr commented on July 20, 2024

It's good to read that it's so simple. 👍 Yes, it would be nice if these instructions were in the README.

from klondike.

webframp avatar webframp commented on July 20, 2024
  • Edit the web.config adjusting appSettings as desired

Is there perhaps more info on the possible settings for these?

from klondike.

chriseldredge avatar chriseldredge commented on July 20, 2024

There are comments inline with the settings in Web.config on master.

The self-host branch is the current branch of active development for the next release. The README on this branch has more details about deploying Klondike and building it from source.

from klondike.

chriseldredge avatar chriseldredge commented on July 20, 2024

The README in master now has more comprehensive set up instructions. Please note I haven't made an official release yet, so these instructions apply to recent AppVeyor builds or builds from source for the time being.

from klondike.

jhurdlow avatar jhurdlow commented on July 20, 2024

I can't find any info on how to set passwords in the readme (or anywhere else). Can't "Sign In" without a password, but there doesn't appear to be any way to set one. Also, will WindowsAuth be coming to the IIS hosted version?

from klondike.

chriseldredge avatar chriseldredge commented on July 20, 2024

Updated the README to add some notes on authentication. Windows auth is already supported in IIS hosted version. You enable it in IIS Manager with Basic/NTLM authentication modules.

from klondike.

penartur avatar penartur commented on July 20, 2024

I followed the instructions, yet it does not work; requests to /api/ return 404. It is as if the application itself did not start, and did not set up the routes, so that only static files (e.g. index.html) are served.

Looking at the Web.config, I don't see any entry point. How is IIS supposed to start up the application (or anything at all)? Maybe I'm missing something?

from klondike.

chriseldredge avatar chriseldredge commented on July 20, 2024

@penartur Please open a new issue with more information, including what version of Klondike you are using, what version of IIS, and the contents of ~/App_Data/Logs/Klondike.log.

from klondike.

penartur avatar penartur commented on July 20, 2024

@chriseldredge Never mind, it is just that ASP.NET wasn't completely installed on that machine.
(Logs folder, obviously, was empty)

from klondike.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.