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
{{ message }}
This repository was archived by the owner on Nov 9, 2024. It is now read-only.
> NOTE: Lodestone is a Work-in-Progress and is not production ready.
16
15
@@ -47,7 +46,7 @@ http://localhost/web
47
46
48
47
Place your documents in the `/data/storage/documents` directory, and the Filesystem Collector should automatically start processing them.
49
48
50
-
If you would like some test documents to play with safely, you can take a look at the [AnalogJ/lodestone-test-docs](https://github.com/AnalogJ/lodestone-test-docs)
49
+
If you would like some test documents to play with safely, you can take a look at the [LodestoneHQ/lodestone-test-docs](https://github.com/LodestoneHQ/lodestone-test-docs)
51
50
repository.
52
51
53
52
# Configuration
@@ -103,12 +102,13 @@ Here's some of my research, but you should take a look at them yourselves.
103
102
docker-compose -f docker-compose.dev.yml up --force-recreate --build
104
103
105
104
# and the following in a different terminal
106
-
cd web/frontend && ng serve --configuration=dev
105
+
cd web/frontend
106
+
ng run serve
107
107
```
108
108
109
109
Place your documents in the `/data/storage/documents` directory, and the Filesystem Collector should automatically start processing them.
110
110
111
-
If you would like some test documents to play with safely, you can take a look at the [AnalogJ/lodestone-test-docs](https://github.com/AnalogJ/lodestone-test-docs)
111
+
If you would like some test documents to play with safely, you can take a look at the [LodesoneHQ/lodestone-test-docs](https://github.com/LodestoneHQ/lodestone-test-docs)
112
112
repository.
113
113
114
114
`find . -exec touch {} \;`
@@ -125,9 +125,22 @@ repository.
125
125
| Queue | RabbitMQ |[](https://microbadger.com/images/analogj/lodestone:rabbitmq"Get your own image badge on microbadger.com")|
126
126
| OCR | Tika |[](https://microbadger.com/images/analogj/lodestone:tika"Get your own image badge on microbadger.com")|
127
127
128
-
# Future Development
128
+
# Contributing
129
+
It is recommended that you clone all the repositories into the same parent folder (list of repositories [here](https://github.com/LodestoneHQ]))
130
+
131
+
Use the commands below to configure a local development environment for the Lodestone UI:
132
+
133
+
```bash
134
+
# run the following command in 1 terminal
135
+
docker-compose -f docker-compose.dev.yml up --force-recreate --build
129
136
130
-
Here's some of the feature's that we have targeted for future development. Check the [Lodestone Project](https://github.com/AnalogJ/lodestone/projects/1) for in-progress development status.
137
+
# and the following in a different terminal
138
+
cd web/frontend
139
+
npm run serve
140
+
```
141
+
142
+
143
+
# Future Development
131
144
132
145
- Additional file types
133
146
- Optional tag synchronization to cloud storage providers (Dropbox, Google Drive, etc)
0 commit comments