Skip to content

docs: replace README with curated bilingual text#31

Merged
Hamedghz merged 1 commit into
AIONOSfrom
codex/rewrite-and-translate-readme.md-to-persian
Oct 28, 2025
Merged

docs: replace README with curated bilingual text#31
Hamedghz merged 1 commit into
AIONOSfrom
codex/rewrite-and-translate-readme.md-to-persian

Conversation

@Hamedghz

Copy link
Copy Markdown
Owner

Summary

  • replace the README with the curated bilingual overview, setup steps, and feature list provided for AION-OS
  • highlight repository structure, configuration matrix, observability, testing, and security guidance in English and Persian

Testing

  • not run

https://chatgpt.com/codex/tasks/task_e_6900f6a3481c8328a16b34d00ed134c8

@Hamedghz Hamedghz merged commit 7e7c1d2 into AIONOS Oct 28, 2025
1 check failed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread README.md
Comment on lines +25 to +29
## 🚀 Quick Start (Docker Compose)
```bash
cp .env.example .env
cp .env.bigdata.example bigdata/.env
./scripts/dev-up.sh

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Correct bigdata env template path in Quick Start

The Quick Start commands ask users to copy .env.bigdata.example before running ./scripts/dev-up.sh, but this template does not exist anywhere in the repository. The only provided file is bigdata/.env.example, so the current command fails with cp: cannot stat '.env.bigdata.example': No such file or directory and stops the setup flow. The same typo appears again in the Persian section. Updating the README to reference cp bigdata/.env.example bigdata/.env avoids a broken quick-start.

Useful? React with 👍 / 👎.

@Hamedghz Hamedghz deleted the codex/rewrite-and-translate-readme.md-to-persian branch November 11, 2025 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant