Giter VIP home page Giter VIP logo

murmur's Introduction

Gitter Django version python version

Murmur

Murmur uses Django with a MySQL backend (you can replace with any other backend Django supports). For email, we use postfix along with the python lamson library.

Install Git and clone this repository

  • git clone https://github.com/haystack/murmur.git

Running Docker

Recommended to use Linux

Linux

Set Up

To install the Docker Engine select your Linux distribution and follow the instructions to install.

Currently you need a gmail account in order for Murmur to send verification emails, such as registration confirmation.

Next set up the environment variables. The only variables you should need to set are your gmail username and password.

  1. cp .env.example .env
  2. Fill in the correct values in .env for your gmail account. Put your gmail address and a google app password.
  3. cp private.py.example private.py
  4. Fill in the correct values in private.py such as your AWS IDs for message-attachment storage.
  5. Use make to create the database and create a superuser account to login
  6. Check it out on localhost:8000

setup the database

  • change the root mysql account to one written in .env
  • make sure you can log in to mysql with the password in the command line: mysql -u root -p

Starting and Stopping Docker

In order to stop docker you can simply run make stop and run make start to start it up again.

If you want to deploy Murmur on your own server and domain, check out the advanced settings

murmur's People

Contributors

amyxzhang avatar anantb avatar cynthiakedu avatar isabelbaez avatar kmahar avatar oliverjd avatar padfoot7577 avatar rachel2018 avatar raxelg avatar soyapark avatar soyapark-kaist 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.