Code Monkey home page Code Monkey logo

project-catalogue's Introduction

Open Source Project Catalogue

Overview

Building a vibrant community around open source development is an important part of our work. We've launched a new website which we hope will serve as a thriving hub for the open source community and drive power open innovation in Sri Lanka.

The site will feature open source best practices and resources, as well as the latest news, events and outreach programs. You can use the site to register your open source projects, search for opportunities to contribute and search for technical and functional experts. You can even register your technical or functional expertise and connect with folks who need expert guidance.

Setting-up the server

To run the server, first a setup is needed:

(1) Copy .env.example file and paste to the same root directory.

(2) Change the copied file to .env.

(3) Open .env.

Configure the Database Connection

Enter the Database Connection details like the following.

DB_USERNAME=
DB_PASSWORD=
DB_HOST=
DB_PORT=
DB_DATABASE=

Configure Google OAuth credentials

(1) To create credentials, go to the Google Credentials page and click on the Create credentials > OAuth client ID.

(2) Copy Client ID and Client secret in .env like the following.

OAUTH_GOOGLE_ID=
OAUTH_GOOGLE_SECRET=

Configure Facebook OAuth credentials

(1) Register the app on developers.facebook.com.

(2) Once logged, click on the Create a new app ID and fill in the form.

(3) In the menu, click on Settings > General.

(4) Copy App ID and Secret key in .env like the following.

OAUTH_FACEBOOK_ID=
OAUTH_FACEBOOK_SECRET=

Configure Mailer Connection

(1) Create a new email account in GMail.

(2) Configure the Mailer Connection like the following.

MAILER_USERNAME=
MAILER_DOMAIN=
MAILER_PASSWORD=

Install dependencies

composer install

Create database

php bin/console doctrine:database:create

Run migrations

php bin/console doctrine:migrations:migrate

Running the server

symfony server:start

Help

project-catalogue's People

Contributors

randikasennen avatar umayangag avatar

Stargazers

Shenal de Silva avatar

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.