Added Makefile, id_counter.erl, and yaws.conf. Created ts_common module. Will contain common DB code. So far only list/3. Created ts_timeline module. DB code for storing timeline entries. Created ts_entry module, DB code for storing timelin entries.
11 lines
292 B
Plaintext
11 lines
292 B
Plaintext
ebin_dir = /home/jdbernard/projects/timestamper/web-app/ebin
|
|
#include_dir = /home/jdbernard/projects/timestamper/web-app/src
|
|
|
|
runmod = timestamper
|
|
|
|
<server timestamper-test>
|
|
port = 8000
|
|
listen = /home/jdbernard/projects/timestamper/web-app/www
|
|
appmods = timestamper_api
|
|
</server>
|