Skip to content

contributte/commits-site

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
 
 
var
 
 
www
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

nette commits

Aggregation of all nette/* repositories.

Setup

  1. fork and clone the project
  2. create empty database for the project
  3. copy config/local.neon.template to config/local.neon and configure it properly:
    • database for database connection
    • githubAPI for GitHub API token - generate one here with public access
  4. run make install

Synchronization

During the synchronization process, all commits from all repositories are being synchronized.

You can run the synchronization either via console command

php bin/console synchronize

or via HTTP GET request

curl http://yourhost.com/synchronize.php

You can set this as a CRON job to run every 5 minutes.

To prevent the synchronization to run multiple times at one time, the Symfony Lock component is used.