data-transfer-test/README.md

56 lines
1.0 KiB
Markdown
Raw Normal View History

# Data Transfer Test
2020-06-05 00:59:19 +00:00
Data Transfer Test is a software developed to measure the amount of data transferred over a period of time.
# Screen
2022-06-16 12:43:45 +00:00
![alt](https://github.com/luizpicolo/data_transfer_test/blob/main/public/images/screen3.png?raw=true)
2020-06-05 00:59:19 +00:00
# How to configure
First clone this repository to the local machine
git clone https://github.com/luizpicolo/data_transfer_test.git
After, access local respository and install the dependencies
cd data_transfer_test
bundle install
and
cd data_transfer_test/public
2021-10-08 01:05:40 +00:00
yarn install
2020-06-05 00:59:19 +00:00
2021-11-04 02:01:14 +00:00
# How to use
2020-06-05 00:59:19 +00:00
2022-06-16 12:38:33 +00:00
Create a Cron Task (Test with Debian)
2021-10-08 00:44:03 +00:00
2022-06-16 02:37:33 +00:00
whenever -w
2020-06-05 00:59:19 +00:00
2021-10-08 01:02:27 +00:00
Create and migrate the database
rake db:create && rake db:migrate
Execute webserver
2020-06-05 00:59:19 +00:00
ruby app.rb
or
rerun 'ruby app.rb'
## Docker
docker compose up -d
docker compose run app rake db:create && rake db:migrate
docker compose run app whenever -w
## Live Server
https://dtt.luizpicolo.com.br
2020-06-05 00:59:19 +00:00
## License
DataTransferTest use Licença MIT. For more details read the [User License](./LICENSE.txt)