data-transfer-test/README.md

56 lines
1.0 KiB
Markdown

# Data Transfer Test
Data Transfer Test is a software developed to measure the amount of data transferred over a period of time.
# Screen
![alt](https://github.com/luizpicolo/data_transfer_test/blob/main/public/images/screen3.png?raw=true)
# 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
yarn install
# How to use
Create a Cron Task (Test with Debian)
whenever -w
Create and migrate the database
rake db:create && rake db:migrate
Execute webserver
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
## License
DataTransferTest use Licença MIT. For more details read the [User License](./LICENSE.txt)