build process changes to reflect js changes

This commit is contained in:
or-else
2018-08-12 16:11:53 +03:00
parent 3dc31ec763
commit 24d2d8ce91
2 changed files with 4 additions and 3 deletions

View File

@ -68,9 +68,10 @@ do
cp -R ./server/static/audio ./releases/tmp/static
cp -R ./server/static/css ./releases/tmp/static
cp ./server/static/index.html ./releases/tmp/static
cp ./server/static/index-dev.html ./releases/tmp/static
cp ./server/static/index.js ./releases/tmp/static
cp ./server/static/index.min.js ./releases/tmp/static
cp ./server/static/tinode.js ./releases/tmp/static
cp ./server/static/drafty.js ./releases/tmp/static
cp ./tinode-db/data.json ./releases/tmp
cp ./tinode-db/*.jpg ./releases/tmp
cp ./tinode-db/credentials.sh ./releases/tmp

View File

@ -1,8 +1,8 @@
# Tinode Load Testing
Content of this directory is for running rudimentary load tests of Tinode server. You only need this if you want to run your own load tests.
Content of this directory is for running rudimentary load tests of Tinode server. You need this only if you want to run your own load tests.
The `tsung.xml` is a configuration for [Tsung](http://tsung.erlang-projects.org/). The `tinode.beam` is an erlang binary required by the test to generate base64-encoded user-password pairs. The `tinode.erl` is the source code for `tinode.beam` (`erlc tinode.erl` -> `tinode.beam`).
The `tsung.xml` is a configuration for [Tsung](http://tsung.erlang-projects.org/). The `tinode.beam` is an erlang binary required by the test to generate base64-encoded user-password pairs. The `tinode.erl` is the source for `tinode.beam` (`erlc tinode.erl` -> `tinode.beam`).
[Install Tsung](http://tsung.erlang-projects.org/user_manual/installation.html), then run the test
```