1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00
Go to file
2015-12-16 13:41:19 -08:00
Teknik Removed uneeded css files 2015-12-16 13:41:19 -08:00
.gitattributes Initial commit to add default .gitIgnore and .gitAttribute files. 2015-07-14 17:12:45 -07:00
.gitignore Initial commit to add default .gitIgnore and .gitAttribute files. 2015-07-14 17:12:45 -07:00
license.txt Added license and readme 2015-07-16 21:19:40 -07:00
README.md Added license and readme 2015-07-16 21:19:40 -07:00
Teknik.sln Initial add for Teknik framework. 2015-07-16 14:54:53 -07:00

Teknik Web Services


Teknik is a suite of services with attractive and functional interfaces.

Features

  • File Upload w/ encryption
  • Pastebin
  • Blogs
  • Git Repositories
  • Podcasts
  • Easy to use API
  • Server Statistics
  • Flexible installation and configuration

Screenshots

File Upload Screenshot Pastebin Screenshot Blog Screenshot Podcast Screenshot Git Screenshot

You can also see a live demo here.

Requirements

In order to run Teknik on your server, you'll need:

  • IIS 7 with URL Rewrite module or Apache with mod_rewrite enabled (Requires conversion of web.config files)
  • ASP.NET MVC 4
  • .NET Framework 4.5.2
  • MS SQL Server
  • hMailServer (If running email as well)
  • RoundCube (If you would like to have webmail)
  • Git Service (We use Gogs)

Installation

  • Clone the Teknik repository to your web root directory, or anywhere else you want to run Teknik from.
cd /var/www
git clone git://teknik.io/Teknik
  • Do not clone the development branch unless you want to run the latest code. It may be unstable.
  • TBD

That's it, installation complete! If you're having problems, let us know through the Contact page.

Authors and contributors

License

BSD 3-Clause license

Development

You can view Teknik's Development Branch to see the current new features. (It may not work, as it is a development branch)

Contributing

If you are a developer, we need your help. Teknik is a young project and we have lot's of stuff to do. Some developers are contributing with new features, others with bug fixes. But you can also dedicate yourself to refactoring the current codebase and improving what we already have. Any help you can give would be greatly appreciated!

Further information

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! :)