Skip to content

hasgeek/hasgeek.tv

Folders and files

NameName
Last commit message
Last commit date
Dec 5, 2024
Aug 8, 2023
Jan 31, 2024
Aug 8, 2023
Nov 14, 2022
Dec 5, 2024
Jun 27, 2019
Feb 5, 2020
Oct 5, 2018
Jul 30, 2020
Apr 5, 2012
May 17, 2024
Aug 9, 2023
Jun 6, 2021
Oct 5, 2018
Apr 27, 2024
Aug 8, 2023
Aug 8, 2023

Repository files navigation

Hasgeek TV

Source for Hasgeek TV.

This project is winding down.

Test deployment

Here is how you make a test deployment:

$ git clone https://github.com/hasgeek/hasgeek.tv.git
$ cd hasgeek.tv
$ cp instance/settings-sample.py instance/settings.py
$ vim instance/settings.py # Customize this file as needed
$ pip install -r requirements.txt
$ python runserver.py

Asset builds

To build for production:

make assets

or if make is not available,

cd hgtv/assets
npm install
npm run build