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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Targeted at hosters of version control platforms (such as [Wikifactory](https://
18
18
19
19
This *initial* demonstrator is delivered at month 18 of the [OPENNEXT](https://opennext.eu/) project as part of task 2.2: "Creating a design process facilitation dashboard". It is to establish the foundational, "behind the scenes" infrastructure on which the ambition to facilitate company-community collaboration on open source hardware projects described [below](#background) can be pursued. Future iterations of this tool should allow the community developing an open source hardware product to track the health of their project and if their needs are being met. **Importantly, an instance of the data-mining script and dashboard will be hosted by OPENNEXT partner [Wikifactory](https://wikifactory.com/)**. For the purposes of reviewing OPENNEXT deliverables, there is an **[Executive summary](EXECUTIVE_SUMMARY.md)** available.
20
20
21
-
**Please see the [Install](#install) and [Usage](#usage) sections to get up and running with this tool**. For more details on its background and design considerations, please see the [Background](#background), [Design notes](#design-notes), and [Future work](#future-work) sections.
21
+
**Please see the [Install](#install) and [Usage](#usage) sections to get up and running with this tool**. For more details on its background and design considerations, please see the [Background](#background), [Design notes](#design-notes), and [Future work](#future-work) sections. There is also a detailed [step-by-step walkthrough](docs/usage-example.md).
22
22
23
23
## Table of Contents
24
24
@@ -80,7 +80,7 @@ In addition, this repository aims to follow international standards and good pra
80
80
81
81
## Install
82
82
83
-
*This section assumes knowledge of Python, Git, and using a GNU/Linux-based server including installing software from package managers and running a terminal session*.
83
+
*This section assumes knowledge of Python, Git, and using a GNU/Linux-based server including installing software from package managers and running a terminal session. There is also a detailed [step-by-step walkthrough](docs/usage-example.md)*.
84
84
85
85
**Note:** This software is designed to be deployed on a server by system administrators or developers, not on generic consumer devices.
86
86
@@ -122,7 +122,7 @@ where `[port number]` can be any integer of your choice. The default has been ar
122
122
123
123
## Usage
124
124
125
-
*This section assumes basic knowledge of Python and using a terminal session on a GNU/Linux server*.
125
+
*This section assumes basic knowledge of Python and using a terminal session on a GNU/Linux server. There is also a detailed [step-by-step walkthrough](docs/usage-example.md)*.
126
126
127
127
After following the steps in the [Install](#install) section, change directories into `wp2.2_dev` with this terminal command:
0 commit comments