Change-Id: If1d7d2a88a88075c3fc9f045db5a50c37552c8d6
This commit is contained in:
sin 2016-11-24 15:18:51 +08:00
parent 21485ce564
commit 7264ff6db1
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/solum
For tips to help with running unit tests and funcitonal tests on your code,
For tips to help with running unit tests and functional tests on your code,
see:
https://wiki.openstack.org/wiki/Solum/Testing

View File

@ -107,7 +107,7 @@ Create your app
Solum clones code from the user's public Git repository or user's public/private GitHub repository. Before you begin, push your code to a Git repo. From within your devstack host, you can now run solum commands to build and deploy your application.
2. To register an app with Solum, you will need to write a appfile to describe it.
2. To register an app with Solum, you will need to write an appfile to describe it.
The following appfile deploys a sample python application.
You can find other examples in the :code:`examples/apps/` folder of the solum repo on github.
To learn more, see the appfile section of this document.