Skip to content
Snippets Groups Projects
Commit 2aa5ad82 authored by Mathieu Ponton's avatar Mathieu Ponton
Browse files

fix: added linux command to start the importData script

parent 638a5d34
No related branches found
No related tags found
No related merge requests found
Pipeline #77781 passed
...@@ -136,10 +136,16 @@ node createDayDataFiles.js ...@@ -136,10 +136,16 @@ node createDayDataFiles.js
Json files with data will be created into `scripts/data` folder. Json files with data will be created into `scripts/data` folder.
ACH script `importData.bat` will load the content of the file into your CouchDB (database of your dev stack). Launch it using following commands: ACH script `importData.bat` will load the content of the file into your CouchDB (database of your dev stack). Launch it using following commands:
On Windows:
```sh ```sh
cd scripts cd scripts
./importData.bat ./importData.bat
``` ```
On Linux:
```sh
cd scripts
./importData.sh
```
!!! info "" !!! info ""
If you cannot execute `ACH` after this command, it may be because you do not have the directory where yarn stores its symbolic links in your `PATH`. Edit it to append the result of `yarn global bin`. If you cannot execute `ACH` after this command, it may be because you do not have the directory where yarn stores its symbolic links in your `PATH`. Edit it to append the result of `yarn global bin`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment