Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

IL2HorusTeam/il2ds-events-commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IL-2 FB Horus Commander

  1. Create PostgreSQL database and setup IL2_HORUS_COMMANDER_DB_URL environment variable:

     export IL2_HORUS_COMMANDER_DB_URL="postgres://login:password@localhost/database_name"
    
  2. Setup IL2_HORUS_COMMANDER_SECRET_TOKEN environment variable:

     export IL2_HORUS_COMMANDER_SECRET_TOKEN="my_long_long_long_production_secret_random_key"
    
  3. Install Redis

  4. Install dependencies:

     pip install -r requirements.txt
    
  5. Sync database (you will be asked to create a superuser):

     python ./manage.py syncdb
    
  6. Collect static files:

     python ./manage.py collectstatic
    
  7. Start application

     python ./manage.py runserver
    

About

Events commander for IL-2 FB Dedicated Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published