Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Anything Llm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
Mintplex Labs
Anything Llm
Commits
c6f0e4cd
Commit
c6f0e4cd
authored
1 year ago
by
timothycarambat
Browse files
Options
Downloads
Patches
Plain Diff
update docker instructions
parent
17dfeae0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-1
4 additions, 1 deletion
README.md
docker/HOW_TO_USE_DOCKER.md
+7
-1
7 additions, 1 deletion
docker/HOW_TO_USE_DOCKER.md
with
11 additions
and
2 deletions
README.md
+
4
−
1
View file @
c6f0e4cd
...
@@ -79,8 +79,11 @@ This monorepo consists of three main sections:
...
@@ -79,8 +79,11 @@ This monorepo consists of three main sections:
*
AnythingLLM by default uses a built-in vector db called LanceDB.
*
AnythingLLM by default uses a built-in vector db called LanceDB.
## How to get started (Docker - simple setup)
## How to get started (Docker - simple setup)
[
Get up and running in minutes with Docker
](
./docker/HOW_TO_USE_DOCKER.md
)
`docker pull mintplexlabs/anythingllm:master`
`docker run -d -p 3001:3001 mintplexlabs/anythingllm:master`
Go to
`http://localhost:3001`
and you are now using AnythingLLm!
[
More about running AnythingLLM with Docker
](
./docker/HOW_TO_USE_DOCKER.md
)
### How to get started (Development environment)
### How to get started (Development environment)
-
`yarn setup`
from the project root directory.
-
`yarn setup`
from the project root directory.
...
...
This diff is collapsed.
Click to expand it.
docker/HOW_TO_USE_DOCKER.md
+
7
−
1
View file @
c6f0e4cd
...
@@ -5,7 +5,13 @@ Use the Dockerized version of AnythingLLM for a much faster and complete startup
...
@@ -5,7 +5,13 @@ Use the Dockerized version of AnythingLLM for a much faster and complete startup
## Requirements
## Requirements
-
Install
[
Docker
](
https://www.docker.com/
)
on your computer or machine.
-
Install
[
Docker
](
https://www.docker.com/
)
on your computer or machine.
## How to install & run locally
## Pull from Docker
`docker pull mintplexlabs/anythingllm:master`
`docker run -d -p 3001:3001 mintplexlabs/anythingllm:master`
Go to
`http://localhost:3001`
and you are now using AnythingLLm!
## Build locally from source
-
`git clone`
this repo and
`cd anything-llm`
to get to the root directory.
-
`git clone`
this repo and
`cd anything-llm`
to get to the root directory.
-
`touch server/storage/anythingllm.db`
to create empty SQLite DB file.
-
`touch server/storage/anythingllm.db`
to create empty SQLite DB file.
-
`cd docker/`
-
`cd docker/`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment