How to Construct My Memento
Follow the suggested steps in the following slides to construct of a database-driven mobile web site.
These steps and tools are not definite nor unique.
You may take other approaches.
- Oracle9i and JDBC (or Other Host Languages) Setup
Execute either one of the following shell startup configuration files, which contain shell and other commands to set variables, define aliases, and perform any other initialization:
.cshrc
of csh, shell command interpreter with a C-like syntax, or
.zshrc
of zsh, similar to, but not completely compatible with, ksh, with many additions to please csh
users and some tcsh features.
For example,
shell> source ~userid/.cshrc
Shell is the command interpreter used to pass commands to an operating system; so called because it is the part of the operating system that interfaces with the outside world.