You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2022. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+38-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Documenation
14
14
===========
15
15
Documentation can be found in the [TicketDesk GitHub Wiki](https://github.com/StephenRedd/TicketDesk/wiki)
16
16
17
-
Developer Notes:
17
+
Project Status:
18
18
===========
19
19
20
20
[TicketDesk 2.5 is in beta](https://github.com/StephenRedd/TicketDesk/releases/tag/td2-v2.5.0). We are on track for an August 1<sup>st</sup> stable release.
@@ -28,4 +28,41 @@ The current stable version is [TicektDesk 2.1](https://github.com/StephenRedd/Ti
28
28
29
29
- TicketDesk 2.1 requires Visual Studio 2012 or higher with .Net Framework 4.5
30
30
31
+
Getting started:
32
+
===========
33
+
34
+
Development
35
+
-----------
36
+
37
+
Getting started with TicketDesk development should be a "clone, open, and run" experience. You need Visual Studio 2013 with Update 4 or higher, SQL 2012 LocalDB, and Git.
38
+
39
+
- Clone the github repository
40
+
- Switch to the desired branch (development has the latest version, master has latest release ready version)
41
+
- Open the project in Visual Studio 2013 or higher
42
+
- Hit F5 to run/debug the application
43
+
- Code, Contribute, and Enjoy!
44
+
45
+
Install on Windows Server & IIS
46
+
-----------
47
+
48
+
These are basic instructions for installing a [pre-compiled distribution](https://github.com/NullDesk/TicketDesk/releases) of TicketDesk 2.5 to a single Windows Server with IIS 8 or higher.
49
+
For more detailed instructions, and information about other deployments scenarios, including Azure deployment, please see the [GitHub wiki](https://github.com/NullDesk/TicketDesk/wiki).
50
+
51
+
- Server Requirments:
52
+
- Make sure IIS is installed with the options necessary sub-options needed to run Asp.Net MVC 5 applications
53
+
- Make sure .Net Framework 4.5.2 is installed on the target server
54
+
- Make sure you have access to SQL server 2008 or higher
55
+
- The stock web.config is pre-set to use a locally installed instance of SQL Server 2012 LocalDB
56
+
- For more information about SQL Server configuration and connection strings please refer to the [GitHub wiki](https://github.com/NullDesk/TicketDesk/wiki)
57
+
- Create an IIS Site or right-click an existing site and select "Add Application" to create a new Virtual Directory
58
+
- Select or Create an application pool that uses an integrated pipeline
59
+
- Make sure the application pool is set for .Net Framework 4.0
60
+
- Download the desired precompiled distribution from [GitHub releases](https://github.com/NullDesk/TicketDesk/releases)
61
+
- Copy the contents of the zip file into the IIS site's physical folder
62
+
- Make sure the application pool user has read access to the web site root folder and all sub-folders (if using the default applicaiton pool identity, just grant the '[machine]\users' group the necessary permissions)
63
+
- Make sure the application pool user has write access to the /app_data folder
64
+
- Open a web browser, and browse to the web site's root URL
65
+
- The first-run-setup page should appear
66
+
- Review the settings shown; make everything is accurate before continuing
0 commit comments