gavinmccormack / fictiongen

Fiction generator/associated tools and front ends.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Recommended method:

N.B This has been tested on linux, and WSL. Python packages may be harder to instlal directly via windows.

  1. Create a virtualenv
python -m pip install virtualenv #( if necessary )
python -m venv fictiongen_env
  1. Activate virtualenv

Linux/WSL:

source ./fictiongen_env/bin/activate

Windows (CMD)

./fictiongen_env/Scripts/activate.bat

Windows (PS1)

./fictiongen_env/Scripts/activate.ps1
  1. Navigate to fictiongen base directory, and install required python modules
python -m pip install -r requirements.txt
  1. Run the local development environment but executing the following command on the base directory
python manage.py runserver

This should run the development server on a local device. A rough WSGI configuration is also included but will likely need tweaking.

A sample local_settings.py is included, but you may need to change some installation specific information, particularly if it is publically accessible

About

Fiction generator/associated tools and front ends.

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 50.2%Language:CSS 37.3%Language:Python 7.6%Language:HTML 4.7%Language:Shell 0.1%