diff options
author | Loïc Hoguin <[email protected]> | 2013-02-27 18:32:46 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-02-27 18:32:46 +0100 |
commit | b29ea644fb5f72cebff6efd6e94f577572dc253d (patch) | |
tree | 61d08e05fa0ada2301669224c262825e0eea3f8a | |
parent | 5c5794d27ba8fd71b33ab1b893069531d8f08a49 (diff) | |
download | cowboy-b29ea644fb5f72cebff6efd6e94f577572dc253d.tar.gz cowboy-b29ea644fb5f72cebff6efd6e94f577572dc253d.tar.bz2 cowboy-b29ea644fb5f72cebff6efd6e94f577572dc253d.zip |
Add a Supported platforms section to the guide introduction
-rw-r--r-- | guide/introduction.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/guide/introduction.md b/guide/introduction.md index c7f48e2..0ac2e07 100644 --- a/guide/introduction.md +++ b/guide/introduction.md @@ -32,6 +32,21 @@ downloading and building instructions. Please look up the environment variables documentation of your system for details on how to update the $PATH information. +Supported platforms +------------------- + +Cowboy is tested and supported on Linux. + +Cowboy has been reported to work on other platforms, but we make no +guarantee that the experience will be safe and smooth. You are advised +to perform the necessary testing and security audits prior to deploying +on other platforms. + +Cowboy is developed for Erlang R15B+. + +Cowboy may be compiled on earlier Erlang versions with small source code +modifications but there is no guarantee that it will work as expected. + Conventions ----------- |