Installation¶
Standard deployment¶
Clone the CSTrack_URJC Github repository wherever you want to deploy the application. Then access the folder where the Dash application is located.
$ git clone https://github.com/davidrol6/CSTrack-Twitter-Analytics.git
The application needs Python 3.9 to fully work. After installing Python, install the requirements:
$ pip install -r requirements.txt
Docker deployment¶
The cstrack_dash folder comes with a Dockerfile file that can be used to create a Docker image with everything in it. This means that you will not need to install Python nor the dependencies. You will need to have Docker in the computer where you want to deploy the Dash application. The first steps are the same as in Standard deployment:
$ https://github.com/davidrol6/CSTrack-Twitter-Analytics.git
Then, you need to create and run the image with the following commands:
$ docker build -t cstrack .
$ docker run --name=cstrack_container -p 6123:6123
Running the application¶
Prior to starting the Dash application have check the sections columns-inline