Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/w0rp/w0rpzone

The w0rpzone website
https://github.com/w0rp/w0rpzone

Last synced: about 2 months ago
JSON representation

The w0rpzone website

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