You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far we have deployed Rockwell on our own server, and it is difficult to fix bugs on this deployment, since it is the same used for running the experiment. Therefore, we would like create a local deployment so that every developer can run a development instance of Rockwell on their laptop.
One problem is that for the instance to be useful, it should display some tweets. However, because tweet collection is now capped, it is critical that we do not collect new tweets inside development instances.
To solve this issue, we can use a commodity Twitter account, whose credentials need to be stored in a secure location (not in the Rockwell repo, which is public), and collect home timeline tweets for this account once. Then, these tweets can be loaded into the database so that a local deployment of Rockwell can display tweets as if they had been collected automatically.
The first task is to write down a step-by-step tutorial describing all the steps needed to deploy Rockwell. There is already a tutorial written in the main README of Rockwell, however that tutorial is meant for deployment of a production instance (using SSL certificates) in an ubuntu machine on AWS. So some of the steps may not make sense for a local deployment (where we cannot create SSL certificates).
The first task is to review the instructions in the README and identify the steps that need to be changed. We also need to update any old information (including links to files in the repo), and "test" that these instructions are self-contained (meaning they can be followed without need for additional research by the user).
The text was updated successfully, but these errors were encountered:
So far we have deployed Rockwell on our own server, and it is difficult to fix bugs on this deployment, since it is the same used for running the experiment. Therefore, we would like create a local deployment so that every developer can run a development instance of Rockwell on their laptop.
One problem is that for the instance to be useful, it should display some tweets. However, because tweet collection is now capped, it is critical that we do not collect new tweets inside development instances.
To solve this issue, we can use a commodity Twitter account, whose credentials need to be stored in a secure location (not in the Rockwell repo, which is public), and collect home timeline tweets for this account once. Then, these tweets can be loaded into the database so that a local deployment of Rockwell can display tweets as if they had been collected automatically.
The first task is to write down a step-by-step tutorial describing all the steps needed to deploy Rockwell. There is already a tutorial written in the main README of Rockwell, however that tutorial is meant for deployment of a production instance (using SSL certificates) in an ubuntu machine on AWS. So some of the steps may not make sense for a local deployment (where we cannot create SSL certificates).
The first task is to review the instructions in the README and identify the steps that need to be changed. We also need to update any old information (including links to files in the repo), and "test" that these instructions are self-contained (meaning they can be followed without need for additional research by the user).
The text was updated successfully, but these errors were encountered: