Difference between revisions of "ServerTweet"
From Amahi Wiki
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | An app that enables the Amahi Home Server | + | [[Category:Apps]] |
+ | |||
+ | <big>'''NOTE:''' OUTDATED guidance as this is no longer available in Amahi.</big> | ||
+ | |||
+ | An app that enables the Amahi Home Server to send notifications to the sever admin, through twitter or email. | ||
+ | |||
+ | |||
+ | [[Image:ServerTweet-logo.png]] | ||
+ | |||
+ | [[Image:ServerTweet-sshot.jpg]] | ||
+ | |||
+ | |||
+ | = development notes = | ||
+ | |||
+ | to install: | ||
+ | |||
+ | * cd apps/servertweet | ||
+ | * increase the version minor in amahi-servertweet.spec | ||
+ | * make install | ||
+ | ** will install the rpm, if it fails, install by hand from the path of the | ||
+ | ** rpm -Uvh /home/......*noarch.rpm | ||
+ | * sudo /var/hda/platform/html/script/install-old-app servertweet | ||
+ | * then hit http://hda/hda_app_server_tweet | ||
+ | |||
+ | * if errors, fix them | ||
+ | * increase the version in amahi-servertweet.spec | ||
+ | * make install | ||
+ | (install the rpm) | ||
+ | * sudo /var/hda/platform/html/script/install-old-app -u servertweet | ||
+ | uninstall the app | ||
+ | * sudo /var/hda/platform/html/script/install-old-app servertweet | ||
+ | reinstall it | ||
+ | * then hit http://hda/hda_app_server_tweet | ||
+ | |||
+ | gui mockup: | ||
+ | |||
+ | [[Image:servertweet-mockup.png]] | ||
+ | |||
+ | rinse & repeat |
Latest revision as of 03:42, 17 May 2014
NOTE: OUTDATED guidance as this is no longer available in Amahi.
An app that enables the Amahi Home Server to send notifications to the sever admin, through twitter or email.
development notes
to install:
- cd apps/servertweet
- increase the version minor in amahi-servertweet.spec
- make install
- will install the rpm, if it fails, install by hand from the path of the
- rpm -Uvh /home/......*noarch.rpm
- sudo /var/hda/platform/html/script/install-old-app servertweet
- then hit http://hda/hda_app_server_tweet
- if errors, fix them
- increase the version in amahi-servertweet.spec
- make install
(install the rpm)
- sudo /var/hda/platform/html/script/install-old-app -u servertweet
uninstall the app
- sudo /var/hda/platform/html/script/install-old-app servertweet
reinstall it
- then hit http://hda/hda_app_server_tweet
gui mockup:
rinse & repeat