Plusagency-v3.4.zip May 2026
# 3️⃣ Launch docker compose up -d
# 4️⃣ Verify open http://localhost:8080 # admin UI curl -X POST http://localhost:8080/graphql \ -H "Content-Type: application/json" \ -d '"query":" __schema queryType name "' | jq . plusagency-v3.4.zip
# 5️⃣ Optional – add a plugin cd plugins npx plusagency-plugin init my-plugin # develop, then restart backend docker compose restart backend You now have a fully functional PlusAgency v3.4 instance, a clear path to extend it with custom plugins, and a production checklist to keep it secure and performant. Dive in, experiment with the AI suggestions, and start modeling your content—your headless CMS adventure begins here. # 3️⃣ Launch docker compose up -d #
# 3️⃣ Verify the layout tree -L 2 . You should see: # 3️⃣ Verify the layout tree -L 2
plusagency/ ├─ backend/ # Node.js API service ├─ frontend/ # React admin UI (served via Nginx) ├─ plugins/ # Official + community plugins ├─ docker-compose.yml # Orchestrates all containers └─ .env.example # Sample environment file Copy the example file and adjust values for your environment:
Happy building! 🚀
cp .env.example .env # Edit with your favourite editor code .env Key variables you’ll likely tweak:






