diff --git a/docs/markdown/deployment-guide.md b/docs/markdown/deployment-guide.md index 45e99693..976d094e 100644 --- a/docs/markdown/deployment-guide.md +++ b/docs/markdown/deployment-guide.md @@ -47,7 +47,7 @@ npm --version ```bash # Clone the repository -git clone https://github.com/AgenticGovernance/tractatus-framework.git +git clone https://github.com/AgenticGovernance/tractatus-framework cd tractatus-framework # Install dependencies @@ -629,8 +629,9 @@ mongo }) > exit -# Update MONGODB_URI with auth -MONGODB_URI=mongodb://tractatus_admin:password@localhost:27017/tractatus_production +# Update .env with authenticated MongoDB URI +# See MongoDB documentation for connection string format with authentication +# Store password in environment variable, never in code ``` ### Firewall Configuration @@ -722,7 +723,7 @@ NODE_OPTIONS=--max-old-space-size=4096 node src/server.js - **Implementation Guide**: See [Implementation Guide](/docs/implementation-guide) for integration patterns - **API Reference**: Visit `/api-reference.html` for complete API documentation -- **GitHub Repository**: Access code examples at [tractatus-framework](https://github.com/AgenticGovernance/tractatus-framework) +- **GitHub Repository**: Access code examples at https://github.com/AgenticGovernance/tractatus-framework --- diff --git a/public/docs/pdfs/deployment-guide.pdf b/public/docs/pdfs/deployment-guide.pdf index f003314a..db969720 100644 Binary files a/public/docs/pdfs/deployment-guide.pdf and b/public/docs/pdfs/deployment-guide.pdf differ