Red Hat SATELLITE 5.1.0 RELEASE NOTES Manual de instalación Pagina 194

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 268
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 193
176 The Virtualization Cookbook for Red Hat Enterprise Linux 5.2
12.4 Creating a virtual application development server
Most Linux distributions come with a basic set of application development tools, making Linux
one of the most versatile development systems. These basic tools are ideal for projects of any
size.
The development languages used in implementation range from scripting languages such as
Python or Tcl, to compiled languages such as C/C++ and Java™. There is software available
on Linux to help form a development system for developers to create integrated applications,
and MySQL™ and Apache are among them. A popular open source Web platform is LAMP,
which stands for the open source software and programming languages used to make up the
platform: Linux, Apache, MySQL, Python or PHP.
򐂰 From the controller clone a virtual server to the user ID LINUX04.
# clone rhel52 linux04 100-101
...
򐂰 SSH in to the new virtual server.
򐂰 Note that before installing the development tools, the root file system is about half full:
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/dasda1 2.3G 1.1G 1.1G 49% /
tmpfs 124M 0 124M 0% /dev/shm
򐂰 You can use the yum -y groupinstall command to install the groups named
development-tools and development-libs. This will add about 181 packages, which
requires a number of minutes to complete:
# yum -y groupinstall development-tools development-libs
...
Transaction Summary
=============================================================================
Install 181 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
...
Complete!
򐂰 Your application development server is now ready to use. You may choose to add or
remove different packages. Use df -h command to show that your system should still
have about 30% free space:
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/dasda1 2.3G 1.5G 635M 71% /
tmpfs 124M 0 124M 0% /dev/shm
12.4.1 Additional resources
The following Web sites are resources for additional information about application
development topics:
Scripting languages
http://www.perl.com/
http://www.python.org/
http://www.php.net/
http://www.tcl.tk/
http://www.freeos.com/guides/lsst/
Vista de pagina 193
1 2 ... 189 190 191 192 193 194 195 196 197 198 199 ... 267 268

Comentarios a estos manuales

Sin comentarios