Statistics
| Branch: | Tag: | Revision:

root / README @ c3e5f0bc

History | View | Annotate | Download (2.1 kB)

# Date Author Comment
1e3d3c6c 11/22/2011 12:30 pm Kostas Papadimitriou

Updated README references to the new docs structure

4a3e83c6 11/21/2011 11:03 am Kostas Papadimitriou

Shpinx builder for project documentation,

- created documentation sphinx project within docs dir
- migrated existing documentation files

1b3b0f27 07/07/2011 03:40 pm Vangelis Koukis

Update README with minor changes, add license text

5bde09a4 04/11/2011 03:22 pm Georgios Gousios

Instructions on how to setup Jenkins for CI

a9b86546 03/30/2011 04:10 pm Vassilios Karakoidas

Merge branch 'master' into logic-refactoring

Conflicts:
README

be7a5331 03/30/2011 01:30 pm Georgios Gousios

Top level documentation

6bffabbd 03/28/2011 10:06 pm Vassilios Karakoidas

charger.py works with the refacctored code

a3ef9d23 03/15/2011 12:35 pm Giorgos Verigakis

Improve instructions.

12818baf 03/05/2011 06:03 pm Dimitris Moraitis

add instructions on using the test coverage runner

7cf432f4 03/04/2011 01:36 pm Dimitris Moraitis

update README on running funtional tests

757e87f2 03/04/2011 01:31 pm Dimitris Moraitis

add instructions on running funtional tests

4ffb82dc 03/03/2011 08:24 pm Vassilios Karakoidas

Fixed a minor bug in models.py

  • Fixed a minor bug in model VirtualMachine
  • Added two notes in README
8707738f 03/03/2011 03:15 pm Vangelis Koukis

Add README.DB, minor fixes to fixtures

Add new file README.DB with instructions for PostgreSQL and MySQL setups.
Modify fixtures to include definition of Images in definition of VMs
(vms.json), ensuring referential integrity.

c0124a81 02/28/2011 10:42 am Dimitris Moraitis

add functional test for the wizard

60bf38e1 02/22/2011 06:22 pm Vangelis Koukis

Split initial_data.json, minor fixes in models.py.

Split initial_data.json into different fixtures, one for each model.
Fixtures can be loaded as needed using the loaddata command.
See the README for all the details.

Add a complete set of instances for the Flavor model....

9295c9bb 02/12/2011 09:04 pm Markos Gogoulos

typo on the documentation

39e80daa 02/12/2011 09:03 pm Markos Gogoulos

typo on the documentation

19b09607 02/11/2011 05:36 pm Christos Psaltis

update README to include dbcontroller setup

ab9f1a89 02/11/2011 05:00 pm Markos Gogoulos

type on documentation

98002f2b 02/11/2011 01:37 pm Markos Gogoulos

dependencies added on documentation

58c9cd57 02/02/2011 07:21 pm Markos Gogoulos

necessary patch for POST to work

2cc9d3a5 02/01/2011 08:58 pm Markos Gogoulos

get rid of the MOCK objects and use a database with initial data loaded

  • added database.sqlite with objects and also oceandata.json that can be used in future to create the database. For now it is not necessary. Just git pull,
    cp settings.py.dist settings.py and you are done. You are using sqlite now! The usual procedure would be to run a manage.py syncdb, to create a database, and then load the data with ./bin/python manage.py loaddata oceandata.json, however this is not needed now...
2d640b8d 01/29/2011 12:39 pm Markos Gogoulos

Added on the documentation how to fix some POST errors that are discussed here: http://code.grnet.gr/issues/193

fd630546 01/26/2011 08:41 pm Markos Gogoulos

added virtualenv --python2.6 on the Readme, for systems with 2.4 Python as the default (eg Ubuntu 9.x)

1dd48fea 01/17/2011 12:38 pm Markos Gogoulos

standard/list view instances small css changes, plus README quick note added

c245d97f 01/16/2011 06:49 pm Christos Psaltis

removed references to alt-main from README

c55e7b4e 01/15/2011 08:01 pm Markos Gogoulos

a small change on the documentation (added dependencies)

edda4d30 01/14/2011 10:02 pm Markos Gogoulos

removed django localeurl, added ui/i18n that handles the change of languages with GET. also added the translation of a few strings and updated a few lines on the documentation

cce1239f 01/12/2011 03:19 pm Dimitris Moraitis

update installation docs

ffe60d9d 01/10/2011 01:33 pm Christos Psaltis

added x icon for closing notification window and modified list view's icon color

6937ff40 01/08/2011 06:12 pm Markos Gogoulos

added django-localeurl on the documentation (needs to be installed)

b446b2bf 12/21/2010 08:05 pm Christos Psaltis

added border bottom

e45948fc 12/21/2010 05:10 pm Christos Psaltis

more details on installation in readme

22fd7595 12/21/2010 04:52 pm Christos Psaltis

updated readme, mo more chameleon

93b49efa 12/20/2010 09:19 pm Dimitris Moraitis

more css improvements

8e2698c0 12/20/2010 08:01 pm Christos Psaltis

added installation instructions