File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,25 @@ Extra links:
80
80
## Working with Uwazi - your local fork
81
81
** Important: some commands will only work on uwazi (not the docker-uwazi) folder**
82
82
83
+
84
+ > For complete instructions about how to run Uwazi for development, see
85
+ the oficial guide at <https://github.com/huridocs/uwazi#development> . This
86
+ document is a quick start.
87
+
83
88
``` bash
84
89
# Clone your forked repository to a local folder
85
90
git clone
[email protected] :YOUR-USERNAME/uwazi.git
86
91
cd uwazi
87
92
88
93
# Install node modules used by Uwazi.
89
94
yarn install
95
+
96
+ # Initialize databases (Mongo and Elastic Search) with Uwazi default blank values
97
+ # WARNING: if you already is using Uwazi and have Mongo and Elastic Search with
98
+ # test or real data, this can potentially reset to initial state
99
+ # depending of your environment variables like DATABASE_NAME and
100
+ # ELASTICSEARCH_URL.
101
+ yarn blank-state
90
102
```
91
103
92
104
Now, each time you want to run, execute
@@ -103,9 +115,6 @@ yarn hot
103
115
104
116
![ uwazi welcome screen] ( https://user-images.githubusercontent.com/812299/39088501-a8d3c5aa-4589-11e8-9997-bfbd64820f28.png )
105
117
106
- ** For complete instructions about how to run Uwazi for development, see
107
- the oficial guide at < https://github.com/huridocs/uwazi#development > ** .
108
-
109
118
## Extra tips
110
119
111
120
### docker ps - See what is running
You can’t perform that action at this time.
0 commit comments