boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Design question: how to create installation package to cov
相关主题
A python problem
请教windows update/linux update的算法问题
what this message mean?
How to execute a shell command in java and display the output?
java 里可以插入linux command吗? (转载)
question about "popen" in C/C++
boost::proto 太爽了
question about vim on RedHat
cvs configuration
free Sun Java(tm) Studio Creator to download
相关话题的讨论汇总
话题: package话题: design话题: question话题: cov
进入Programming版参与讨论
1 (共1页)
w*s
发帖数: 7227
1
【 以下文字转载自 Linux 讨论区 】
发信人: wds (中原一点红:心开运就通,运通福就来), 信区: Linux
标 题: Design question: how to create installation package to cover all
cases
发信站: BBS 未名空间站 (Fri Feb 14 17:40:38 2014, 美东)
Embedded system running ubuntu, this system is a blackbox to the user, you
can use web to see its status, but no console outputs until developers fly
there.
My design question is a general question, not for ubuntu only.
we want to build the installation package for our application,
each time user installs the new package in the running system, it's a black
box to them. Our installation should cover all kinds of cases.
Things i can think of:
1. what's the best/standard package creation procedure for ubuntu 12.04 ?
any website ?
seems there're different ways from web.
2. if this time my app is ver 1.1, next time it'll be 1.2, where to put
this version info ?
3. if this board will be in the field for 20 years, will never come back,
once a while we can install new kernel/file system/app in it, how to make
sure this install can always work ? (think about windows update, things can
get messed up, certain app version won't work with certain kernel/fs etc.)
dependency check ?
4. what happens if in the middle of install, the board lost power, how to
make sure it can still come back online when power is back ?
5. how to do rollback ? assume apt-get/dpkg has some commands ?
Many thanks !
1 (共1页)
进入Programming版参与讨论
相关主题
free Sun Java(tm) Studio Creator to download
装完boost之后还要再装REGEX吗?
How can I find if sp1 is installed for my visual studio 200
Help: how to use Eclipse as C++ IDE in XP?
visual studio 2005安装问题
请问有人用过photran么
如何安装Ulipad
问高手:gsl 如何与vc2008或者 vc2005 or vc6.0接口?
问一下MSI installer制作的问题
cygwin里的python可以用Windows的odbc吗?
相关话题的讨论汇总
话题: package话题: design话题: question话题: cov