-
Notifications
You must be signed in to change notification settings - Fork 604
Getting Started
This page is not a full deployment manual. It is the shortest stable path to getting GEOFlow running and proving the core workflow.
Clarify three things:
- what kind of site or content system you want to build
- who the audience is
- which knowledge assets you want to build first
If this part is unclear, models, prompts, and templates will drift.
Docker is the recommended starting point.
The basic path is:
- clone the repository
- copy
.env.exampleto.env - adjust port, site URL, and secret key
- start
postgres + redis + init + app + queue + scheduler + reverb
The first goal is not perfect configuration. The first goal is to get a reachable frontend and admin.
Admin path:
/geo_admin/
Default credentials:
- username:
admin - password:
password
Immediately after login:
- change the admin password
- confirm Laravel
APP_KEYis generated
Go to:
AI Configurator -> AI Model Settings
Start with one stable, reasonably fast chat model. You do not need the most complex setup for the first validation cycle.
At minimum, prepare:
- one title library
- one knowledge base
- one body-generation prompt
- one author
- one category
- optionally one image library
If you do not yet have a real knowledge base, do not rush into large-scale task creation.
Recommended minimum task setup:
- title library: valid titles available
- model: one stable chat model
- prompt: body-generation prompt
- category: a clear content category
- generation count and publishing interval: start small
- review mode: start with draft / review
The first task is for workflow validation, not for scale.
Knowledge files can be uploaded and split into chunks first.
If you want vector retrieval during article generation, configure an embedding model and set it as the default embedding model.
If the knowledge preview says vectors were not written, fix embedding setup before assuming RAG is active.
After publishing one article, check:
- article title, description, and keywords
- headings, lists, tables, and images in Markdown rendering
- image URLs under
/storage/uploads/... - category and archive pages
- Open Graph and structured data
At minimum, confirm these five things:
- the task is queued correctly
- the worker executes correctly
- the article lands in draft
- the review page shows the generated content
- the frontend renders the published article correctly
Once those five points work, expansion becomes much safer.
Recommended order:
- knowledge base
- models and prompts
- tasks and review
- frontend themes and templates
- CLI / Skill / API automation
Do not start by optimizing for:
- very complex themes
- heavy automation
- large task volume
First prove the real content workflow. That is where GEOFlow starts to matter.
If your first article workflow is already working, continue with:
- 首页
- 快速上手
- 常见问题
- 部署指南
- 部署脚本使用指南
- 部署检查清单
- 模板与主题工作流
- 模型接入指南
- AI 知识库教程
- 知识库切片与 RAG
- 分发管理与目标站点
- 数据分析与日志
- 什么是 GEOFlow
- GEOFlow 方法论
- 使用边界与内容底线
- 适用场景
- 场景部署与使用方式
- 核心能力总览
- 推荐采用路径
- Skill / CLI / API 生态
- 路线图
- 作者与项目
- Home
- Getting Started
- FAQ
- Deployment Guide
- Deployment Scripts Guide
- Deployment Checklist
- Theme and Template Workflow
- Model Setup Guide
- AI Knowledge Base Tutorial
- Knowledge Chunking and RAG
- Distribution Management and Target Sites
- Analytics and Logs
- What Is GEOFlow
- GEOFlow Methodology
- Principles and Content Boundaries
- Use Cases
- Deployment Patterns by Scenario
- Core Capabilities
- Recommended Adoption Path
- Skill / CLI / API Ecosystem
- Roadmap
- Author and Project