GithubHelp home page GithubHelp logo

5l1v3r1 / onlinecensorship Goto Github PK

View Code? Open in Web Editor NEW

This project forked from efforg/onlinecensorship

0.0 1.0 0.0 26.51 MB

Ruby 39.72% JavaScript 6.01% CSS 16.23% HTML 37.80% Shell 0.06% Dockerfile 0.19%

onlinecensorship's Introduction

Online Censorship

Setting up a development environment

With Docker

$ cp .env.example .env
$ cp docker-compose.example.yml docker-compose.yml
$ docker-compose build
$ docker-compose up

If you have a database dump:

$ docker-compose exec app bash
$ bundle exec rails db < PATH_TO_DB_DUMP.sql

Otherwise:

$ docker-compose exec app bundle exec rake db:setup

Without Docker

Install Ruby 2.5.1 with rbenv and MySQL, then

$ gem install bundler
$ bundle install
$ cp config/application.yml.example config/application.yml.example
$ cp config/database.yml.example config/database.yml
$ cp .env.example .env

Edit .env and set the database variables (DB_USERNAME, DB_PASSWORD, DB_HOST, MYSQL_DATABASE). For typical local setups, DB_HOST should be localhost.

$ bundle exec rake db:setup
$ rails s

Onlinecensorship should be accessible at localhost:3000. The admin interface is accessible with the login [email protected] and password password.

onlinecensorship's People

Contributors

astmdesign avatar dependabot-preview[bot] avatar dependabot-support avatar esoterik avatar k-stewart avatar moradtaleeb avatar thenotary avatar vbrown608 avatar wioux avatar

Watchers

 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.