Skip to content

Commit

Permalink
how to upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmyo committed Apr 4, 2016
1 parent 3da0583 commit 14d779d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,21 @@ Getting Started

### Install

- install

```
% gem install patriot-workflow-scheduler
% patriot-init ${install_dir}
```
- update existing installation

`gem install` won't upgrade the js for web console. The `patriot upgrade` should be used to replace the js with new one.

```
% cd ${install_dir}
% ./bin/patriot upgrade
```


### Execute a sample job

Expand Down Expand Up @@ -93,6 +104,16 @@ To compile the JSXs, install Nodejs and set up grunt.
% grunt
```

-- Build gem and upgrade installation

```
gem build patriot-workflow-scheduler.gemspec
cd ${install_dir}
./bin/patriot upgrade
```



Generate documents
-------

Expand Down

0 comments on commit 14d779d

Please sign in to comment.