Giter Site home page Giter Site logo

minivr's Introduction

Yleistä
-------

Tämä on harjoitustyö Aalto-yliopiston Teknillisen korkeakoulun kurssille
T-76.1143 Tiedonhallintajärjestelmät [1] syksyllä 2010.

Työtä tehdessä käytetään:
  - GitHub git-repositorio [2]
  - GitHubin wiki [3]
  - PostgreSQL-tietokantaa [4]
  - Pythonille rakentuvaa Djangoa [5]

Kiinnostavat tiedostot löytyvät hakemistosta minivr/devsite/minivr/

Tekijöinä:
Mikko Markus Torni <[email protected]>
Sami J. Lehtinen <[email protected]>
Matti Niemenmaa <[email protected]>

Projektin GitHub-sivut: http://github.com/sjlehtin/minivr


Asennusohjeet
-------------

Asenna Django [5] ja Pythonin psycopg2 [6].

Tee projektia varten käyttäjätunnus ja tietokanta PostgreSQL [4] -palvelimelle:

    $ psql -f create_database.sql postgres

Projektissa mukana tulevat asetukset:
  PostgreSQL-palvelin osoitteessa 127.0.0.1:5432.
  Käyttäjätunnus minivr, salasana minivr345, tietokanta minivr (yllämainittu skripti luo nämä).
  Djangon kehityswebserveri osoitteessa http://127.0.0.1:8000/

Alusta Djangon vaatimat setit tietokantaan:

    $ cd devsite
    $ python csvtofix.py < schedules.csv > minivr/fixtures/initial_data.json
    $ python manage.py syncdb

Testaa että kaikki toimii:

    $ python manage.py runserver
    $ firefox http://127.0.0.1:8000/


Viitteet
--------

  [1] https://noppa.tkk.fi/noppa/kurssi/t-76.1143/course_assignment__general
  [2] http://github.com/sjlehtin/minivr
  [3] http://github.com/sjlehtin/minivr/wiki
  [4] http://www.postgresql.org/
  [5] http://www.djangoproject.com/
  [6] http://pypi.python.org/pypi/psycopg2/

minivr's People

Contributors

deewiant avatar sjlehtin avatar mmtorni avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.