Skip to content

gestorpsi/gestorpsi

Repository files navigation

gestorpsi

Copyright (C) 2008 GestorPsi

This program 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 2 of the License, or (at your option) any later version.

This program 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.


GestorPsi - Psychology Services Management System

build

About

GestorPsi is a system to management one, or many clinic organizations. It was developed using Python 2.5 language, Django framework (www.djangoproject.com) and JQuery (www.jquery.com)

Features

The basic features of GestorPsi are:

  • Organization Profile
  • Customers Management
  • Profesionals Management
  • Services Management
  • Places Management
  • Rooms Management
  • Contacts Management
  • Employees Management
  • Devices Management
  • UUid
  • Encrypted Database (see: crypt_howto.txt)

Todo

  • Schedule
  • Reports

Requirements

Before install GestorPsi, you need to get and install the follows Python packages:

Installation

After downloaded and extracted GestorPsi source files, installing GestorPsi is done by the following:

  1. export PYTHONPATH environment variable to your django project dir. Ex.: if your sources was extracted to /home/foo/gestorpsi $ export PYTHONPATH="/home/foo/gestorpsi"

  2. Change to project Directory $ cd /home/foo/gestorpsi

  3. Create database tables $ python manage.py syncdb

  4. Install default groups and users data $ python install.py

  5. Open settings.py and edit the follow config: -> DATABASE_NAME -> DATABASE_USER -> DATABASE_PASSWORD -> DATABASE_HOST -> DEBUG (set to False) -> MEDIA_URL -> MEDIA_ROOT -> SECRET_KEY -> TEMPLATE_DIRS -> EMAIL_HOST -> EMAIL_HOST_USER -> EMAIL_HOST_PASSWORD

  6. Compile language messages (optional) $ django-admin.py compilemessages -a

  7. Run development server $ python manage.py runserver

  8. Open your browser, and go to http://127.0.0.1:8000/

If there are any errors during installing, check your build environment and try to find the error, otherwise contact one of the authors.

License

GestorPsi is distributed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. A copy of this license can be found in the file COPYING included with the source code of this program.

Ideas, questions, patches and bug reports support@gestopsi.com.br

-- 2007-2009 by GestorPsi www.gestorpsi.com.br