mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
Updated Readme
This commit is contained in:
parent
d3bbe80615
commit
88aff890e0
@ -21,15 +21,15 @@ You can see a live demo [here](https://www.teknik.io).
|
|||||||
## Requirements
|
## Requirements
|
||||||
In order to run Teknik on your server, you'll need:
|
In order to run Teknik on your server, you'll need:
|
||||||
|
|
||||||
* IIS 7+, Nginx, or Apache
|
* IIS 10+, Nginx, or Apache
|
||||||
* [.NET Core 2.1 Runtime](https://www.microsoft.com/net/download/) (Or SDK if building the src)
|
* [.NET 6 Runtime](https://www.microsoft.com/net/download/) (Or SDK if building the src)
|
||||||
* A SQL Server (MS SQL Server, MySQL, SQLite)
|
* A SQL Server (MS SQL Server, MySQL, SQLite)
|
||||||
* [hMailServer](https://www.hmailserver.com/download) (If running email service)
|
* [hMailServer](https://www.hmailserver.com/download) (If running email service)
|
||||||
* [Gitea](https://github.com/go-gitea/gitea) (If you want to have Git integration)
|
* [Gitea](https://github.com/go-gitea/gitea) (If you want to have Git integration)
|
||||||
* Web Mail Client (If you would like to have webmail)
|
* Web Mail Client (If you would like to have webmail)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
* Set up Asp.Net Core to work with your system of choice - [Instructions](https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/?view=aspnetcore-2.1&tabs=aspnetcore2x)
|
* Set up Asp.Net Core to work with your system of choice - [Instructions](https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/)
|
||||||
* Download the latest release of Teknik for your system - [Releases](https://git.teknik.io/Teknikode/Teknik/releases)
|
* Download the latest release of Teknik for your system - [Releases](https://git.teknik.io/Teknikode/Teknik/releases)
|
||||||
* Copy the files to your local web root directory.
|
* Copy the files to your local web root directory.
|
||||||
* Create a `ConnectionStrings.config` file in the `App_Data` directory and fill it with the following template and put in your SQL server connection details.
|
* Create a `ConnectionStrings.config` file in the `App_Data` directory and fill it with the following template and put in your SQL server connection details.
|
||||||
|
Loading…
Reference in New Issue
Block a user