<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://xbiod.osu.edu/index.php?action=history&amp;feed=atom&amp;title=DEA_Application_Information</id>
	<title>DEA Application Information - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://xbiod.osu.edu/index.php?action=history&amp;feed=atom&amp;title=DEA_Application_Information"/>
	<link rel="alternate" type="text/html" href="https://xbiod.osu.edu/index.php?title=DEA_Application_Information&amp;action=history"/>
	<updated>2026-04-06T23:32:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://xbiod.osu.edu/index.php?title=DEA_Application_Information&amp;diff=2175&amp;oldid=prev</id>
		<title>Jcora: Protected &quot;DEA Application Information&quot; ([Edit=OSUC users group] (indefinite) [Move=OSUC users group] (indefinite) [Read=OSUC users group] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://xbiod.osu.edu/index.php?title=DEA_Application_Information&amp;diff=2175&amp;oldid=prev"/>
		<updated>2015-08-07T19:23:45Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/index.php/DEA_Application_Information&quot; title=&quot;DEA Application Information&quot;&gt;DEA Application Information&lt;/a&gt;&amp;quot; ([Edit=OSUC users group] (indefinite) [Move=OSUC users group] (indefinite) [Read=OSUC users group] (indefinite))&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 19:23, 7 August 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Jcora</name></author>
		
	</entry>
	<entry>
		<id>https://xbiod.osu.edu/index.php?title=DEA_Application_Information&amp;diff=2174&amp;oldid=prev</id>
		<title>Jcora: Created page with &quot;----   '''DEA Application Information (http://xbiod.osu.edu/dea/)'''   == General Information == * Server: ''Collection (delong.biosci.ohio-state.edu)'' * Web Directory: ''D:\...&quot;</title>
		<link rel="alternate" type="text/html" href="https://xbiod.osu.edu/index.php?title=DEA_Application_Information&amp;diff=2174&amp;oldid=prev"/>
		<updated>2015-08-07T19:22:29Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;----   &amp;#039;&amp;#039;&amp;#039;DEA Application Information (http://xbiod.osu.edu/dea/)&amp;#039;&amp;#039;&amp;#039;   == General Information == * Server: &amp;#039;&amp;#039;Collection (delong.biosci.ohio-state.edu)&amp;#039;&amp;#039; * Web Directory: &amp;#039;&amp;#039;D:\...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''DEA Application Information (http://xbiod.osu.edu/dea/)'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
* Server: ''Collection (delong.biosci.ohio-state.edu)''&lt;br /&gt;
* Web Directory: ''D:\wwwroot\dea2''&lt;br /&gt;
* Django Directory: ''D:\python_projects\dea''&lt;br /&gt;
* APIs: ''DEA (Django), DEA (xBio:D), OJ_Break (v1)''&lt;br /&gt;
* Git URL: ''http://hymfiles.biosci.ohio-state.edu/Bonobo.Git.Server/dea.git''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Accessing Django Admin ==&lt;br /&gt;
=== General ===&lt;br /&gt;
The Django administrative interface for DEA provides access to the underlying MySQL database that supports DEA. This interface can allow an admin to change the owner for a file, remove actions associated with a file, remove a zombie'd background processing job status, and more.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Logging Into Collection Server (Delong) ===&lt;br /&gt;
In Windows, open the Remove Desktop application and enter to ''osuc.osu.edu''. Log in using the Windows login credentials.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Access Django Admin Web Interface ===&lt;br /&gt;
Open Internet Explorer, and type in the URL ''http://localhost:8081/admin/dea_rest/''. Log in using the Django login credentials.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Background Processing ==&lt;br /&gt;
DEA uses Celery to handle the queuing and running of background tasks that are specified within the ''tasks.py'' file within DEA Django. A RabbitMQ server brokers the messages to process these tasks with the operating system. Each time a background task is started, a record in the 'DEA_Action_Status&amp;quot; table is created that contains the current status of the background task. Once the task completes, the status of the record is changed to the returned status of the task. DEA will periodically poll the status until a change occurs, and when it does, DEA will handle the message and remove the record.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing Ownership of a File ==&lt;br /&gt;
In the Django Admin interface, go to the ''Dea_Files' table. The search at the top will search for a particular filename in which the owner is desired to be changed and filters on the right can additional assist in this task. When the file is located, click on the record and adjust the ''owner'' field to the appropriate username for the new owner.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Files ==&lt;br /&gt;
=== Site-Wide ===&lt;br /&gt;
* dea.js&lt;br /&gt;
* dea.css&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Pages ===&lt;br /&gt;
* index.html - dea_index.js&lt;br /&gt;
* batchCheckTaxa.html - dea_batchCheckTaxa.js&lt;br /&gt;
* batchEnterLocalities.html - dea_batchEnterLocalities.js&lt;br /&gt;
* batchEnterSpecimens.html - dea_batchEnterSpecimens.js&lt;br /&gt;
* loadFile.html - dea_loadFile.js&lt;br /&gt;
* setCollectingMethods.html - dea_setCollectingMethods.js&lt;br /&gt;
* setCollectors.html - dea_setCollectors.js&lt;br /&gt;
* setDates.html - dea_setDates.js, Date_Interpreter.js&lt;br /&gt;
* setDeterminer.html - dea_setDeterminer.js&lt;br /&gt;
* setFieldCodes.html - dea_setFieldCodes.js&lt;br /&gt;
* setHabitats.html - dea_setHabitats.js&lt;br /&gt;
* setLocalities.html - dea_setLocalities.js&lt;br /&gt;
* stats.html - dea_stats.js&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OSUC Private]]&lt;br /&gt;
[[Category:xBio:D Application Info]]&lt;/div&gt;</summary>
		<author><name>Jcora</name></author>
		
	</entry>
</feed>