All Projects → demozoo → Demozoo

demozoo / Demozoo

the best demoscene website in the world.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Demozoo

aisa
AISA is a Software 3D Engine written in TypeScript.
Stars: ✭ 24 (-69.62%)
Mutual labels:  demoscene
in4k.github.io
markdown clone / fork / 2016 revamp of the good old in4k.untergrund.net wiki
Stars: ✭ 69 (-12.66%)
Mutual labels:  demoscene
Nin
nin is ninjatool
Stars: ✭ 313 (+296.2%)
Mutual labels:  demoscene
Dreamdealers
Deamdealers Amiga demo sources !!!
Stars: ✭ 38 (-51.9%)
Mutual labels:  demoscene
YALCT
Yet Another Live Coding Tool - Powered by Veldrid and elbow grease
Stars: ✭ 25 (-68.35%)
Mutual labels:  demoscene
even-laster-engine
Excess demo engine
Stars: ✭ 96 (+21.52%)
Mutual labels:  demoscene
numen
Famous Atari 8-bit demo
Stars: ✭ 20 (-74.68%)
Mutual labels:  demoscene
Bonzomatic
Live shader coding tool and Shader Showdown workhorse
Stars: ✭ 829 (+949.37%)
Mutual labels:  demoscene
system-zoetrope-amiga-demo
An AMIGA OCS demo by Mandarine released during the Outline 2015 demoparty
Stars: ✭ 29 (-63.29%)
Mutual labels:  demoscene
Rocket
Rocket
Stars: ✭ 300 (+279.75%)
Mutual labels:  demoscene
pyrocket
A tool for synchronizing music and visuals in demoscene productions
Stars: ✭ 17 (-78.48%)
Mutual labels:  demoscene
libxm
A small XM (FastTracker II Extended Module) player library.
Stars: ✭ 94 (+18.99%)
Mutual labels:  demoscene
wuhu
Lightweight Party Management System
Stars: ✭ 31 (-60.76%)
Mutual labels:  demoscene
virtualc64web
vc64web - web based Commodore 64 Emulation with CSDb access for thousands of demos at your fingertip
Stars: ✭ 23 (-70.89%)
Mutual labels:  demoscene
Axiom
A powerful realtime node-based audio synthesizer.
Stars: ✭ 599 (+658.23%)
Mutual labels:  demoscene
roboto-demo
Game Boy demo for Skrolli Party 2017.
Stars: ✭ 24 (-69.62%)
Mutual labels:  demoscene
Foxotron
General purpose model viewer
Stars: ✭ 53 (-32.91%)
Mutual labels:  demoscene
Teach yourself demoscene in 14 days
guidebook idea from http://www.pouet.net/topic.php?which=10882&page=1
Stars: ✭ 980 (+1140.51%)
Mutual labels:  demoscene
Dwitter
Social network for short js demos
Stars: ✭ 618 (+682.28%)
Mutual labels:  demoscene
demoloops
Toolkit for building looping gif "demos" and collection of such
Stars: ✭ 31 (-60.76%)
Mutual labels:  demoscene

Demozoo

developer installation

The recommended way to set up a developer instance is through Vagrant. After installing Vagrant and VirtualBox, install as follows:

git clone https://github.com/demozoo/demozoo.git
cd demozoo
vagrant up

This will download an Ubuntu Focal64 image, install dependencies, and fetch the latest public export of the Demozoo database. To start up the site:

vagrant ssh
# then within the Vagrant VM:
./manage.py runserver 0.0.0.0:8000

Alternatively you may need to run : python ./manage.py runserver 0.0.0.0:8000

The site will now be available at http://localhost:8000/.

Rebuilding indices for the database

If you want to work with the search feature, you have to rebuild your database indices first:

./manage.py reindex

This will take a long time, but you only need to do it once.

Creating an admin user

All account passwords in the public database export are blanked, so you'll need to create a new account to log in. To create a superuser account:

./manage.py createsuperuser

and enter the account details when prompted.

Batteries not included

The procedure above gives you a basic working Demozoo installation, but several features are unavailable due to needing additional configuration:

  • file uploads (Amazon S3)
  • screenshot processing
  • background tasks (scene.org spidering, fetching screenshots from graphics releases...)

Instructions for these will be forthcoming, at least when someone asks for them :-)

Gasman [email protected] - https://twitter.com/gasmanic

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].