Giter Site home page Giter Site logo

ahmetburakbarakli / bergi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from metucclub/bergi

0.0 1.0 0.0 11.38 MB

collective log of metu cclub

Home Page: https://e-bergi.com

License: Mozilla Public License 2.0

Dockerfile 1.47% Python 40.36% CSS 25.07% JavaScript 1.87% HTML 28.36% Shell 2.88%

bergi's Introduction

bergi

e-bergi is a tech blog which resides here.

run

Method 1:

Install Docker and docker-compose, then run:

# docker-compose up

It will set up a network with bergi, PostgreSQL and Elasticsearch and expose an e-bergi instance to port 8000. You can open a shell in the django-running container with docker-compose exec django sh.

Method 2:

bergi expects a PostgreSQL server listening on localhost:5432 and an Elasticsearch cluster listening on localhost:9200. After setting those services up, in a virtualenv or outside if you are feeling generous, run:

pip3 install -r requirements.txt
./manage.py migrate
tar xzf last_known_ok.tar.gz
./manage.py loaddata last_known_ok
./manage.py runserver

contribute

bergi is mostly straightforward if you know Django. If you don't, it will become straightforward after you read the Django tutorials.

You can get started by looking at the urls.py file to see what URL points to what.

A list of issues to tackle are in the issue tracker.

bergi's People

Contributors

duck2 avatar ahmetburakbarakli avatar

Watchers

James Cloos 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.