GithubHelp home page GithubHelp logo

christianjgreen / exkill Goto Github PK

View Code? Open in Web Editor NEW

This project forked from exkillboard/exkill

0.0 2.0 0.0 6.63 MB

A rewrite of Zkillboard in Elixir

License: GNU Affero General Public License v3.0

Elixir 6.15% CSS 3.97% JavaScript 84.90% HTML 4.99%

exkill's Introduction

Exkill

A rewrite of zkillboard in Elixir to see if it can help in peak.

Contributing

First you need to download the whole project

git clone https://github.com/DianaOlympos/EXkill
cd exkill

SOON TM Then you will want to update your database information on the config/config.exs file, to supply the one of the project mongo. You will need to ask to get access in the slack channel.

config :exkill, Exkill.Mongo,
  hostname: "the_url",
  port: secret_port,
  database: "zkillboard",
  username: "username",
  password: "password",
  pool_size: 20,
  max_overflow: 5

You may want to do it in a config/config.secret.exs, not tracked by your VCS, that you will import at the bottom of the config/config.exs file.

import_config "config.secret.exs"

You may want to do the same for your secret_key_base, that you can generate with

mix phoenix.gen.secret

Differences with original Zkillboard

Anything that used mdb.now(delta) should move to something done by hand that use Mongodb.BSON.DateTime and add the delta by hand.

exkill's People

Contributors

christianjgreen avatar dianaolympos avatar mysteriouspants avatar

Watchers

 avatar  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.