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
+27-9Lines changed: 27 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,16 @@ Head Start is a web-based knowledge mapping software intended to give researcher
9
9
### Client
10
10
To get started, clone this repository. Next, duplicate the file `config.example.js` in the root folder and rename it to `config.js`.
11
11
12
-
Make sure to have `npm` version 6.11.3 installed (it comes with Node.js 10.17.0, best way to install is with [nvm](https://github.com/nvm-sh/nvm), `nvm install 10.17.0`) and run the following two commands to build the Headstart client:
12
+
Set the `skin` property in the config to one of the following values to use the
13
+
particular data integration skin:
14
+
15
+
-`"covis"`
16
+
-`"triple"`
17
+
-`"viper"`
18
+
19
+
or leave it empty (`""`) for the default project website skin.
20
+
21
+
Make sure to have installed `node` version >= 14.18.1 and `npm` version >=8.1.1 (best way to install is with [nvm](https://github.com/nvm-sh/nvm), `nvm install 14.18.1`) and run the following two commands to build the Headstart client:
13
22
14
23
npm install
15
24
npm run dev
@@ -20,15 +29,24 @@ Now you can run a local dev server:
20
29
21
30
npm start
22
31
23
-
To run Headstart on a different server (e.g. Apache), you need to set the publicPath in `config.js` to the URL of the `dist` directory:
24
-
* Dev: specify the full path including protocol, e.g. `http://localhost/headstart/dist`
25
-
* Production: specify the full path excluding protocol, e.g. `//example.org/headstart/dist`
32
+
Note: you can also set the skin in this step as an argument to the `npm start` command (e.g. `npm start -- --env skin=triple`).
26
33
27
-
Point your browser to the following address:
34
+
The browser will automatically open a new window with the example specified by the skin.
@@ -90,4 +108,4 @@ Head Start is licensed under [MIT](LICENSE).
90
108
## Citation
91
109
If you use Head Start in your research, please cite it as follows:
92
110
93
-
Peter Kraker, Christopher Kittel, Maxi Schramm, Rainer Bachleitner, Thomas Arrow, Scott Chamberlain, Asura Enkhbayar, Yael Stein, Philipp Weissensteiner, Mike Skaug, Katrin Leinweber & Open Knowledge Maps team and contributors. (2019, March 7). Headstart 5 (Version v5). Zenodo. http://doi.org/10.5281/zenodo.2587129
111
+
Peter Kraker, Christopher Kittel, Maxi Schramm, Jan Konstant, Rainer Bachleitner, Thomas Arrow, Scott Chamberlain, Asura Enkhbayar, Yael Stein, Philipp Weissensteiner, Mike Skaug, Katrin Leinweber & Open Knowledge Maps team and contributors. (2019, March 7). Headstart 5 (Version v5). Zenodo. http://doi.org/10.5281/zenodo.2587129
0 commit comments