https://github.com/steder/snippets
Snippets does weekly status updates
https://github.com/steder/snippets
notifications snippets tagging
Last synced: about 1 month ago
JSON representation
Snippets does weekly status updates
- Host: GitHub
- URL: https://github.com/steder/snippets
- Owner: steder
- License: mit
- Created: 2015-07-22T02:32:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T13:47:57.000Z (over 9 years ago)
- Last Synced: 2025-02-10T12:43:18.592Z (3 months ago)
- Topics: notifications, snippets, tagging
- Language: Python
- Size: 254 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Snippets
## About
Every week, the system emails out a reminder email. Users can reply to
it with what they did that week. Users can follow other users via the
web, as well as following tags, and assigning tags to themselves. All
content matching the tags they follow will be mailed to them in a
digest every Monday afternoon. In addition, archives for each user and
the most recent data for each tag are visible on the web.## Getting Started
### Install dependencies
#### System Dependencies
- PostgreSQL 9.3+
#### Application Dependencies
```
pip install -r requirements.txt
npm install
bower install
```### Configure settings
Mostly you just need to point at your database
```
nano /etc/postgresql/9.3/pg_hba.conf
```### Configure your db and get started!
```
./manage.py migrate
./manage.py runserver -p 8080
```### GO GO GO
Point your browser to localhost:8080