forked from robertoaloi/erlang-web
-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
28 lines (22 loc) · 898 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ErlangWeb 1.4.1 Installation Guide
==================================
1. Requirements
-Erlang/OTP R12B-5 or later
-Yaws 1.80 or later (included in the package)
2. Start
To start working with Erlang Web you should compile the three main applications:
eptic, wpart and wparts. It could be easily done by typing
bin/compile.erl
in the root directory of the framework.
You will also need one of the supported HTTP servers. To make your life easier,
Yaws server is included in version 1.80 together with pre-compiled beams.
After that you can either use generic directory builder:
bin/start.erl
or create all the folders by your own.
If you decided to use start.erl script, your server is ready to use and you can
start it in an interactive mode:
bin/start interactive
and then try:
http://localhost:8080/
3. Details
More details can be found on http://wiki.erlang-web.org/