![]() |
3 роки тому | |
---|---|---|
ServerMaint | 3 роки тому | |
Teknik | 3 роки тому | |
Utilities | 3 роки тому | |
.editorconfig | 4 роки тому | |
.gitattributes | 5 роки тому | |
.gitignore | 4 роки тому | |
GitVersionConfig.yaml | 3 роки тому | |
README.md | 4 роки тому | |
Teknik.sln | 4 роки тому | |
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:
mod_rewrite
enabled (Requires conversion of web.config
files)cd /var/www
git clone https://git.teknik.io/Teknikode/Teknik
Teknik.sln
file to build the projectwwwroot
directoryConnectionStrings.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="Data Source=<server name>,<port>\<sql server name>;Initial Catalog=<database>;Integrated Security=False;User Id=<username>;Password=<password>" />
</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.
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! :)