Skip to content

Instantly share code, notes, and snippets.

@igara
Last active November 14, 2015 10:15
Show Gist options
  • Save igara/8f9bc9909ce878b56819 to your computer and use it in GitHub Desktop.
Save igara/8f9bc9909ce878b56819 to your computer and use it in GitHub Desktop.
[メモ]OpenShiftでRedmineを作成してRedmineと戯れる ref: http://qiita.com/igara/items/33205aebc7cf9337144a
<?xml version="1.0" encoding="UTF-8"?>
<projects total_count="2" offset="0" limit="25" type="array">
<project>
<id>1</id>
<name>さんぷる</name>
<identifier>sample</identifier>
<description/>
<created_on>2015-11-14T08:14:05Z</created_on>
<updated_on>2015-11-14T08:14:05Z</updated_on>
</project>
<project>
<id>2</id>
<name>サンプルだ</name>
<identifier>sampleda</identifier>
<description/>
<created_on>2015-11-14T09:48:02Z</created_on>
<updated_on>2015-11-14T09:48:02Z</updated_on>
</project>
</projects>
<?xml version="1.0" encoding="UTF-8"?>
<time_entries total_count="2" offset="0" limit="25" type="array">
<time_entry>
<id>2</id>
<project id="2" name="サンプルだ"/>
<issue id="3"/>
<user id="3" name="igara"/>
<activity id="2" name="さんぷる"/>
<hours>8.0</hours>
<comments>
</comments>
<spent_on>2015-11-14</spent_on>
<created_on>2015-11-14T10:02:50Z</created_on>
<updated_on>2015-11-14T10:02:50Z</updated_on>
</time_entry>
<time_entry>
<id>1</id>
<project id="1" name="さんぷる"/>
<issue id="1"/>
<user id="1" name="Redmine Admin"/>
<activity id="2" name="さんぷる"/>
<hours>2.5</hours>
<comments>
</comments>
<spent_on>2015-11-14</spent_on>
<created_on>2015-11-14T09:38:19Z</created_on>
<updated_on>2015-11-14T09:38:19Z</updated_on>
</time_entry>
</time_entries>
cd ~/app-root/repo/plugins
wget https://bitbucket.org/tkusukawa/redmine_work_time/downloads/redmine_work_time-0.3.1.zip
unzip redmine_work_time-0.3.1.zip
cd ~/app-root/repo/
rake redmine:plugins:migrate RAILS_ENV=production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment