Giter VIP home page Giter VIP logo

pombredanne / open-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from srcclr/open-core

0.0 0.0 0.0 31.96 MB

The core code that powers our https://open.srcclr.com community site. This is a plugin to https://discourse.org that provides our set of customizations and extensions.

Home Page: https://open.srcclr.com

License: GNU General Public License v2.0

Ruby 48.74% HTML 7.46% JavaScript 36.13% CSS 7.59% Shell 0.09%

open-core's Introduction

open-core

Installation note

In order to set up a vagrant development environemnt please following the instrutions at http://blog.discourse.org/2013/04/discourse-as-your-first-rails-app/ and then do the folowing steps:

vagrant up
vagrant ssh

sudo apt-get update
sudo apt-get install libmysqlclient-dev

You will also need to install wkhtmltopdf, get the binary for your version at http://wkhtmltopdf.org/downloads.html

Install wkhtmltopdf: sudo dpkg -i wkhtmltox-0.12.2.1_linux-trusty-amd64.deb

Install rmagick prerequisite: sudo apt-get install libmagickwand-dev

Install dependencies if needed sudo apt-get -f install

Install the plugins that make up the site

git checkout stable
cd plugins/
git clone https://github.com/srcclr/open-core.git
git clone https://github.com/srcclr/security-headers.git
git clone https://github.com/srcclr/csp-reports.git
git clone https://github.com/srcclr/bughunt-leaderboard.git
git clone https://github.com/srcclr/ssl-reminder.git
cd ..
bundle install
bin/rake db:migrate
bin/rails s

The site would be at http://localhost:4000/

open-core's People

Contributors

arthurzaharov avatar askarzinurov avatar calebfenton avatar codelion avatar curphey avatar emmakhayrullina avatar jacktasia avatar ramil350 avatar rustemginiyatullin avatar steve-ng avatar yeremeyev 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.