TowerBuilder is a system to generate websites with data visualizations that mix open contracting and beneficial ownership data, all without requiring programming knowledge. It is designed to follow the money in large contracting processes and has been used in both big public works (TorreDeControl.org <www.torredecontrol.org>
) and in medicine procurement (VivirConVIH.org <https://livingwithhiv.quienesquien.wiki>
).
You can find full documentation in TowerBuilder manual, where you’ll find step-by-step instructions on how to use this tool to create your own website.
- Get an OCDS-format contracting list..
- Create a spreadsheet shared with contracting businesses owners.
- Write and edit text in MarkDown-format.
- A GitHub.com account.
- Default design doesn't require any coding or web hosting, everything is done in GitHub.com.
- Visually impressive data visualization and a useful contracting search system.
- If you already have the data, you'll be able to create your website within minutes.
- Highly customizable design.
- You can use open data from your country's government and show how useful the open contracting standard (OCDS) is for journalism.
- Fork the repository
- Edit configuration
- Import data
- Edit texts
- Publish the website
If you find any problem not contemplated in the documentation, or need any help creating your website, you can email PODER: [email protected]. You can also use GitHub’s own issue system: https://github.com/ProjectPODER/TowerBuilder/issues.
If you're a developer and wish to run TowerBuilder locally, follow these steps:
-
In the terminal, clone the repository:
git clone https://github.com/ProjectPODER/TowerBuilder.git
-
Enter the project:
cd TowerBuilder
-
Once in the folder, install all the needed units for the project:
bundle install
-
Build the website and make it available at localhost:
bundle exec jekyll serve
-
Browse to http://localhost:4000
- Make Visualization section's graphic optional.
- Allow other kinds of visualizations in this section.
- Living with HIV - http://livingwithhiv.org/
Contact us to add your project created with TowerBuilder through the following e-mail address: [email protected].
You can see an example page at:
Spanish: http://es.towerbuilder.projectpoder.org/
English: https://towerbuilder.projectpoder.org/
Spanish: https://towerbuilder.readthedocs.io/es/latest/index.html
English: https://towerbuilder.readthedocs.io/en/latest/index.html