Changes between Version 1 and Version 2 of WebappFAQ
- Timestamp:
- 30/11/09 10:44:23 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebappFAQ
v1 v2 1 1 = Frequently Asked Questions = 2 2 3 Below please find our most commonly asked questions . We also have a list of the [wiki:CommonErrors most common errors] and their fixes.3 Below please find our most commonly asked questions regarding configuring the InterMine webapp. If you still don't find what you need, please [wiki:ContactUs contact us]. 4 4 5 If you still don't find what you need, please [wiki:ContactUs contact us]. 5 6 == How can I ... == 6 7 7 8 [[PageOutline(2-6,,inline)]] 8 9 9 10 10 See also: [wiki:FAQs]11 See WebappConfig for the complete list of configuration files 11 12 12 13 14 == Webapp == 15 16 === How do I make templates and lists show up on the templates/lists page? === #make-templates-public 13 === Make templates and lists show up on the templates/lists page? === #make-templates-public 17 14 18 15 1. Log into your site's super user account. 21 18 See: [wiki:Tagging] 22 19 23 === How do I make a public template or list show up on the homepage? === #templates-on-homepage20 === Make a public template or list show up on the homepage? === #templates-on-homepage 24 21 25 22 1. Log into your site's super user account. 28 25 See: [wiki:Tagging] 29 26 30 === How can I set which fields are links/used to create lists on the results page? === #results-page-links27 === Set which fields are links on the results page? === #results-page-links 31 28 32 29 Add them to the [source:trunk/bio/tutorial/malariamine/dbmodel/resources/class_keys.properties class_keys] file. 34 31 See: [wiki:WebappConfig] 35 32 36 === How can I customise how data is displayed on the report page? === #custom-displayers 33 === Set which fields are used to create lists on the results page? === #results-page-links 34 35 Add them to the [source:trunk/bio/tutorial/malariamine/dbmodel/resources/class_keys.properties class_keys] file. 36 37 See: [wiki:WebappConfig] 38 39 === Customise how data is displayed on the report page? === #custom-displayers 37 40 38 41 Make a custom jsp page. 40 43 See: [wiki:LongDisplayers] 41 44 42 === How can I add my own logo and change the colour scheme? === #change-colours45 === Add my own logo and change the colour scheme? === #change-colours 43 46 44 47 See: [wiki:WebappAppearance] 45 48 46 === If I rebuild a mine, all user profiles and their saved info (queries, lists, etc.) associated with that mine are deleted. Is this the case? If so, how can I save the profiles and their info and import them into thenewly rebuilt mine? === #userprofile-porting49 === Save user data and port over to a newly rebuilt mine? === #userprofile-porting 47 50 48 51 No, all the data will be saved unless you do {{{ant build-db-userprofile}}} in the webapp directory. However, saved lists work with internal ids which change when a new build of the mine is done. To solve this you write the userprofile to XML first and re-import it. 54 57 I would check this works before you risk losing a userprofile database. Of course, if you only have a couple of lists you can just re-import them from the webapp. 55 58 56 === Where can I set the list of default templates? === #set-default-templates59 === Set the list of default templates? === #set-default-templates 57 60 58 61 Update the [source:trunk/bio/tutorial/malariamine/webapp/src/default-template-queries.xml default-template-queries.xml] file. 60 63 See: [wiki:UserProfile#Loadingdefaulttemplatesandtags User Profile] 61 64 62 === My quick search doesn't work. What arguments does the quick search expect? === #quick-search-arguments65 === Change how the quick search works? === #quick-search-arguments 63 66 64 67 At the moment the quick search is configured to run a particular template query. We use a query called {{{A_IdentifierSynonym_Object}}} this is configured in {{{webapp/resources/web.properties}}}. 66 69 All biological feature classes in the model have a collection of Synonyms objects to represent alternative identifiers. We also create synonyms for each object identifier, e.g for a Gene with identifier 'eve' we also create a Synonym with value 'eve'. This means we can just search through the synonym table to find any feature type. 67 70 68 === How can I customise the data categories on the main page? === #data-categories-homepage71 === Customise the data categories on the main page? === #data-categories-homepage 69 72 70 73 1. Customise your categories in [source:trunk/bio/tutorial/malariamine/webapp/resources/webapp/WEB-INF/aspects.xml aspects.xml] 73 76 See: DataCategories 74 77 75 === How can I customise the data categories on the report page? === #data-categories-reportpage78 === Customise the data categories on the report page? === #data-categories-reportpage 76 79 77 80 1. Fields 83 86 See: DataCategories 84 87 85 === Where can I set the password for the superuser.account? === #super-user-password88 === Set the password for the superuser.account? === #super-user-password 86 89 87 90 There is a property for setting an initial password, along with the property for setting the superuser's email address:
