Skip to content

Training attendance tracker with the option to calculate attendance-based monthly fees and provide it online for all students.

License

Notifications You must be signed in to change notification settings

LeHack/TrattenTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrattenTracker

Training attendance tracker with the option to calculate attendance-based monthly fees and provide it online for all students.

Autorzy: Łukasz Hejnak, Piotr Skurski, Łukasz Malinowski

Screenshoty:

Widok prowadzącego Widok użytkownika

Instalacja (za pierwszym razem, później kroki 3, 5, 8, 10, 11):

  1. Upewnij się, że masz python3 (3.4.3) oraz pip 7.1.0 zainstalowany (i skonfigurowany by używał python3)
  2. sudo pip install virtualenv
  3. git clone [email protected]:LeHack/TrattenTracker
  4. cd TrattenTracker
  5. virtualenv .
  6. source bin/activate
  7. pip install Django==1.10.3 python-dateutil==2.6.0 shortuuid==0.4.3
  8. dodaj nową domenę (np. trattentracker.pl) w /etc/hosts wskazującą na 127.0.0.100, np. sudo echo "127.0.0.100 trattentracker.pl" >> /etc/hosts
  9. python manage.py migrate
  10. npm install
  11. npm run start
  12. python manage.py runserver trattentracker.pl:8000
  13. wejdź na trattentracker.pl:3000 (3000 nie 8000!)
  14. ???
  15. profit $$$

Przykład konfiguracji apache

http://github.com/LeHack/TrattenTracker/tree/master/docs/apache/example.vhost

About

Training attendance tracker with the option to calculate attendance-based monthly fees and provide it online for all students.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published