Skip to content

Crowd founding for company, with no payment

Notifications You must be signed in to change notification settings

nicoschwartz/foundry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foundry

A Symfony project created on October 23, 2015, 2:52 pm.

Installation

Get your Google client-id & secret:

https://console.developers.google.com/project

Install the application:

composer install
php app/console doctrine:schema:create
php app/console server:run

Run the app: http://127.0.0.1:8000

Collaboration

If you are NOT the repo owner

To collaborate, consider the following instructions, taking care of nicknames in URLs:

  • ninsuo (a collaborator)
  • chomb94 (the upstream)
  1. fork this repo using the fork button above

  2. checkout the forked repo locally:

git clone git@github.com:ninsuo/foundry.git .
  1. add the upstream to your local repo:
git remote add upstream https://github.com/chomb94/foundry.git

Then,

  • If your local repo has commits that are not in the upstream, open a pull request.

  • If the upstream repo has commits that are not in your local one, run:

git checkout master
git fetch upstream
git merge upstream/master

If you are the repo owner

Develop in another branch than master:

git checkout -b dev

Then,

  • If your local repo has commits that are not in the upstream, open a pull request.

  • If the master branch has commits that are not in your local one, run:

git fetch -p
git rebase origin/master

About

Crowd founding for company, with no payment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 56.6%
  • HTML 22.3%
  • JavaScript 13.8%
  • CSS 5.7%
  • ApacheConf 1.5%
  • Shell 0.1%