/cryptoparty-web

Cryptoparty webpresentation and CMS based on Nette framework.

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

cryptoparty-web

Cryptoparty webpresentation and CMS based on Nette framework.

Deploy

  1. use composer to fetch backend libs: composer install
  2. prepare DB by app/model/createDB.sql
  3. customize app/config/config.local.neon (configure your DB connection)

For libs update just run: composer update