![]() |
2 年前 | |
---|---|---|
Configuration | 2 年前 | |
GitService | 2 年前 | |
IdentityServer | 2 年前 | |
Logging | 2 年前 | |
MailService | 2 年前 | |
ServerMaint | 2 年前 | |
ServiceWorker | 2 年前 | |
Teknik | 2 年前 | |
Tracking | 2 年前 | |
Utilities | 2 年前 | |
.editorconfig | 2 年前 | |
.gitattributes | 5 年前 | |
.gitignore | 2 年前 | |
IdentityServer.sln | 2 年前 | |
README.md | 2 年前 | |
Teknik.sln | 2 年前 | |
global.json | 2 年前 | |
license.txt | 5 年前 |
Teknik is a suite of services with attractive and functional interfaces.
You can see a live demo here.
In order to run Teknik on your server, you’ll need:
ConnectionStrings.config
file in the App_Data
directory and fill it with the following template and put in your SQL server connection details. <connectionStrings>
<add name="TeknikEntities"
providerName="System.Data.SqlClient"
connectionString="<Sql Server Connection String>" />
</connectionStrings>
Config.json
file will be created in the App_Data
directory. This will need to be edited with your configuration options.That’s it, installation complete! If you’re having problems, let us know through the Contact page.
cd ~
mkdir src
cd ./src
git clone https://git.teknik.io/Teknikode/Teknik
npm run build
.
gulpfile.js
file.dotnet publish --configuration Release
Copy the files in the publish directory to where you want to run the website from.
Test the website:
dotnet Teknik.dll
You can view Teknik’s Development Branch to see the current new features (It may not work, as it is a development branch).
If you are a developer, we need your help. Teknik is a young project and we have lots of stuff to do. Some developers are contributing with new features, others with bug fixes. Any help you can give would be greatly appreciated!
If you want to know more about the features of Teknik, check the Help page. Also, if you’re having problems with Teknik, let us know through the Contact page. Don’t forget to give feedback and suggest new features! :)