Skip to content

flashtux/flashtux.org

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

FlashTux.org

Build Status

FlashTux.org is the website for FlashTux, the home of free projects for free OS.

Homepage: https://flashtux.org/

Install

Dependencies

Following packages are required:

  • python ≥ 3.7
  • python-django ≥ 2.0
  • python-tz
  • python-django-countries
  • PostgreSQL.

Deploy

Run the install script:

$ ./bin/install.sh

Run Django server:

$ ./test.sh

And just point your browser on http://127.0.0.1:8000/, that's all!

Important: default settings can be used for testing purposes but must be overridden for production, see the file settings_local.template for more information.

Authors

  • Design/code:
    • Sébastien Helleu (FlashCode)

Copyright © 1999-2023 Sébastien Helleu

This file is part of FlashTux.org.

FlashTux.org is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

FlashTux.org is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with FlashTux.org. If not, see https://www.gnu.org/licenses/.

Releases

No releases published