Skip to content

contributte/componette-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 26, 2016
9db3773 · Feb 26, 2016
Feb 26, 2016
Jan 15, 2016
Feb 26, 2016
Feb 19, 2016
Feb 26, 2016
Feb 14, 2016
Jan 24, 2016
Feb 26, 2016
Feb 12, 2016
Feb 23, 2016
Feb 14, 2016
Feb 14, 2016
Feb 14, 2016
Jan 24, 2016
Jan 24, 2016

Repository files navigation

Componette

Modern useful #nette addons portal.

Gitter Build Status Average time to resolve an issue Percentage of issues still open

Requirements

Application

  • PHP >= 5.6.0
  • Nette packages

Server

  • PHP + Composer
  • Nginx
  • MariaDB/MySQL
  • Docker

Docker

This portal run in Docker container(s). You can see configurations in docker branch.

How to run

Backend

  • Clone this repo (git@github.com:componette/componette.com.git)
  • Rename app/config/config.local.sample to config.local.neon and fill parameters
  • Create database and setup tables (and fixtures)
  • Run composer install

Frontend

  • Run npm install
  • Run gulp deploy

For developing you can use gulp watch, it's monitor every CSS and JS files in www/assets.