Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Posts tagged guide

guides on how to achieve some task or documentation of how things work

This tag doesn't have a detailed wiki yet.

87%
+12 −0
Q&A How to set up a new (development) instance of Codidact/QPixel

The QPixel repository on GitHub contains the source code for the Codidact software. How can I set up a new development instance of it, so that I can work on it on my local machine?

4 answers  ·  posted 4y ago by luap42‭  ·  last activity 9mo ago by trichoplax‭

Question guide installation development
66%
+2 −0
Q&A Using Docker in a dev environment: ongoing maintenance?

I followed the instructions to set up Docker on my developer machine and it works great. Sometimes, though, I run into problems after I've pulled updates or switched branches. I don't really unde...

0 answers  ·  posted 10mo ago by Monica Cellio‭  ·  edited 10mo ago by Monica Cellio‭

Question guide docker
Q&A Codidact/QPixel Installation Guide

This post aims to provide a step-by-step tutorial regarding the installation/operation of Codidact/QPixel server locally (development mode) or on a network (in production mode). The "official" ins...

posted 2y ago by zetyty‭  ·  edited 2y ago by zetyty‭

Wiki guide installation development production
60%
+1 −0
Q&A What (where) are the current code standards and commit guidelines?

The contributing guidelines are probably copied from the previous "core" project. They even link to there while mentioning code standards and commit guidelines. I wanted to update those, but could...

1 answer  ·  posted 3y ago by Trilarion‭  ·  last activity 3y ago by Trilarion‭

Question support guide documentation
Q&A How do I write a new test case?

We have some limited automated testing already, particularly around core features. This guide covers how to create new tests. Who can write tests? Anyone who's comfortable with a little bit of re...

posted 4y ago by ArtOfCode‭  ·  edited 4y ago by ArtOfCode‭

Wiki guide tests new-contributors code-contributions