Skip to content

newPOPE/web-addons.nette.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nette Addons Portal

Installation

Run in console

# Clone repository
git clone https://github.com/nette/web-addons.nette.org.git
cd web-addons.nette.org

# Install dependencies via Composer
composer install

# Create local config
cp ./app/config/config.local.template.neon ./app/config/config.local.neon

# Edit your local configuration (use your favorite editor)
nano ./app/config/config.local.neon

Set up database

  1. Open Adminer (or whatever tool you use)
  2. Create database
  3. Run migrations php migrations/run.php structures test-data --reset

Tests

You can run tests via CLI ./tests/run-tests.sh tests/cases.

Dependencies Status Build Status

Packages

No packages published

Languages

  • PHP 67.8%
  • JavaScript 17.6%
  • HTML 7.7%
  • CSS 6.4%
  • Other 0.5%