Project

General

Profile

« Previous | Next » 

Revision 53324

updated readme

View differences:

README.txt
40 40
    > sudo su - www-data -s /bin/bash
41 41
    > cd /var/www/schema
42 42
    > svn up
43
    Now you should see folder `/var/www/schema/X.Y` .
43
    Now you should see folder `/var/www/schema/X.Y` and https://www.openaire.eu/schema/X.Y/oaf-X.Y.xsd should be accessible. Check it.
44 44
3. Now we can generate the documentation via Oxygen.
45 45
3.1 Open Oxygen in your local machine and select: Tools --> Generate Documentation --> XML Schema Documentation 
46 46
3.2 Click on Import Settings and select the file `schema/docGenerationSettings.xml`. Settings are:
......
52 52
3.5 Click on `Generate`.
53 53
3.6 Check the documentation is currently stored under `schema/X.Y/doc` and images under `schema/X.Y/doc/img`
54 54
4. Commit the `schema/X.Y/doc` folder
55
5. 2. Go to the OpenAIRE server via ssh (new.openaire.eu) and update the schema folder:
55
5. Go to the OpenAIRE server via ssh (new.openaire.eu) and update the schema folder:
56 56
    > sudo su - www-data -s /bin/bash
57 57
    > cd /var/www/schema
58 58
    > svn up
59
    Now https://www.openaire.eu/schema/X.Y/oaf-X.Y.html should be accessible. Check it.
60
6. Update the `latest` link   
61
6.1 Update the `latest` linkon your local copy of https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaire-schema/trunk
62
    > cd schema
63
    > rm latest
64
    > ln -s X.Y latest
65
    > svn commit latest -m "updated latest link to version X.Y"
66
6.2 Update again on the OpenAIRE server folder
67
    > sudo su - www-data -s /bin/bash
68
    > cd /var/www/schema
69
    > svn up
59 70

  
60

  

Also available in: Unified diff