Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w0rp/w0rpzone
The w0rpzone website
https://github.com/w0rp/w0rpzone
Last synced: about 2 months ago
JSON representation
The w0rpzone website
- Host: GitHub
- URL: https://github.com/w0rp/w0rpzone
- Owner: w0rp
- License: bsd-2-clause
- Created: 2013-11-03T23:57:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T08:58:49.000Z (about 1 year ago)
- Last Synced: 2023-11-14T09:42:33.032Z (about 1 year ago)
- Language: Python
- Size: 1.65 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# w0rpzone [![Travis CI Build Status](https://travis-ci.com/w0rp/w0rpzone.svg?branch=master)](https://travis-ci.com/w0rp/w0rpzone)
This is the source code for my website [w0rp zone](https://w0rp.com). With the
exception of webserver configuration files and a few settings, this is the
website's complete source code.As described in the licence directory, the source code of this website is made
available under a two-clause BSD licence, which can be viewed in that directory.Feel free to distribute and modify this website, and if you do evolve software
from this website or learn from parts of it, feel free to drop me an email at
[email protected] and tell me about it.## Installation
* Install postgres and a database.
* Install Python 3.7 with virtualenv and pip.
* Run `tool/mkenv` to create the virtualenv with all required modules.
* Create a `settings.py` file with a database configuration.
* If you want to run JS tests and work on JS code, run `yarn`.