Git Product home page Git Product logo

foundry's Introduction

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 [email protected]: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

foundry's People

Contributors

chomb94 avatar ninsuo avatar sholine avatar usmonster avatar

Watchers

 avatar  avatar  avatar  avatar

foundry's Issues

Linkifying breaks descriptions when editing a project

If a project description includes a URL, this will be broken when attempting to later edit the description.

I believe this is because the linkify plugin introduced by @ninsuo in #25 is mistakenly/badly parsing & transforming the contenteditable container that ckeditor uses for WYSIWYG editing.

I can maybe make a PR in a week or so, but feel free to fix it before then. ;)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.