Saturday, 28 May 2011

sMash: First deployment instructions for a new application

  1. Open a command window & set zero environment
  2. Go to project <project_module> file system folder (under your workspace)
  3. Run the command zero package
  4. ftp the generated zip file (under export directory) to the target server under any folder for example /home/fadela/export
  5. Login to target server
  6. Set zero environment
  7. cd /home/fadela/export
  8. Issue the following command (assuming the version of generated module is 1.0):
    • zero publish -f=$PWD/<project_module>-1.0.zip
    • cd /opt/IBM/zeroapp (given this is where you planned to install new projects)
  9. Invoke the following command
  10. zero create <project> linkto <project_module>

No comments:

Post a Comment