Skip to content

Commit

Permalink
Merge pull request connamara#360 from cbusbey/readme
Browse files Browse the repository at this point in the history
removed obsolete docs, mentioned license in readme
  • Loading branch information
cbusbey committed Jan 14, 2016
2 parents 2148c0b + ebc1938 commit 3dda0d0
Showing 1 changed file with 7 additions and 35 deletions.
42 changes: 7 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,46 +114,18 @@ To run a test with the debugger,
8. In command terminal, go into "AcceptanceTest" directory
9. Run: `ruby Runner.rb 127.0.0.1 5001 definitions\server\fix42\YourTestName.def`

Automated Build Server
----------------------
We have an automated build server that builds and runs all unit and acceptance tests after code changes.

You can see the current build status here:

http://quickfixbuild.connamara.com/job/quickfix-n/


Website
Credits
-------

The website is a small Ruby Sinatra application.

For development, install gems with bundler:

gem install bundler
bundle

Upon installing the gems, you can run this in the top directory to
start the website:

thin start

`thin` automatically picks up the Rackfile `config.ru` in the top
directory.

Website specific files live in `/web`.

The website also serves tutorial files from the `/tutorial` directory
![Connamara Systems](http://www.connamara.com/wp-content/uploads/2016/01/connamara_logo_dark.png)

Markdown should be used for all tutorial files whenever possible, so
that viewers of the source can easily read plain text documentation.
QuickFIXn is maintained and funded by [Connamara Systems, llc](http://connamara.com).

For development purposes, you can install the `shotgun` web server;
this will re-load the website on every request. To start the website
with shotgun, simply run shotgun at the top directory:
The names and logos for Connamara Systems are trademarks of Connamara Systems, llc.

shotgun -p 3002
Licensing
---------

This software is available under the QuickFIX Software License. Please see the [LICENSE](LICENSE) for the terms specified by the QuickFIX Software License.

[0]: http://quickfixn.org
[1]: http://quickfixn.org/images/qfn-logo/QuickFIX-n_logo-small.png

0 comments on commit 3dda0d0

Please sign in to comment.