You have all of your application code on a running Linux server and you want to create a tarball (.tgz or .tar.gz) of the codebase so that you can upload it to a remote object storage (ROS) container so that it can be retrieved at boot time by an application server.
ServerTemplates published by RightScale contain scripts that retrieve application code by checking it out from a software code repository (Git or SVN) or downloading a tarball from an ROS container.
# sudo -i # cd /home/webapps # ls myapp myapptimestamp # cd myapp
# tar -cvzf ../phpapp.tgz * css/ css/style.css images/ images/logo.png index.php phpinfo.php # ls ../ myapp myapptimestamp phpapp.tgz
# mutt -s "MessageTitle" -a /home/webapps/phpapp.tgz user@example.com
Glossary | 用語 | 용어 | Site Map | Site Help | Community | Corporate Site | Get Support | Dashboard Login |
Doc Feedback | Product Feedback | Resources | MultiCloud Marketplace | Forums |
© 2006-2014 RightScale, Inc. All rights reserved.
RightScale is a registered trademark of RightScale, Inc. All other products and services may be trademarks or servicemarks of their respective owners.