0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Add a Supported platforms section to the guide introduction

This commit is contained in:
Loïc Hoguin 2013-02-27 18:32:46 +01:00
parent 5c5794d27b
commit b29ea644fb

View file

@ -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
-----------