mirror of
git://f0xx.org/ac/ac-workspace
synced 2026-07-29 05:59:12 +03:00
docs: ~/repos/ac quick start and ac-pull workflow in README
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
12
README.md
12
README.md
@@ -1,14 +1,16 @@
|
|||||||
# ac-workspace
|
# ac-workspace
|
||||||
|
|
||||||
Clone manifest for org **`ac`** — one checkout for all product repos.
|
Clone manifest for org **`ac`** — one checkout for all product repos at **`~/repos/ac`**.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git://f0xx.org/ac/ac-workspace
|
mkdir -p ~/repos/ac && cd ~/repos/ac
|
||||||
cd ac-workspace
|
git clone --branch next --single-branch git://f0xx.org/ac/ac-workspace .
|
||||||
git checkout next
|
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
echo 'source "$(git rev-parse --show-toplevel)/ac-be-public-assets/ac-bash.env"' >> ~/.bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Update:** `git pull --rebase origin next && git submodule update --init --recursive` (or `ac-pull` after sourcing `ac-bash.env`).
|
||||||
|
|
||||||
## Layout
|
## Layout
|
||||||
|
|
||||||
Submodules are independent repos on `git://f0xx.org/ac/<name>` (branch `next`, single `initial` history).
|
Submodules are independent repos on `git://f0xx.org/ac/<name>` (branch `next`, single `initial` history).
|
||||||
@@ -16,7 +18,7 @@ Submodules are independent repos on `git://f0xx.org/ac/<name>` (branch `next`, s
|
|||||||
Core platform + deploy (init these first for backend work):
|
Core platform + deploy (init these first for backend work):
|
||||||
|
|
||||||
- `ac-platform-db`, `ac-platform-php`, `ac-platform-web`, `ac-platform-edge`
|
- `ac-platform-db`, `ac-platform-php`, `ac-platform-web`, `ac-platform-edge`
|
||||||
- `ac-deploy`, `ac-docs`, `ac-scripts`, `ac-ms-url-shortener`
|
- `ac-deploy`, `ac-docs`, `ac-scripts`, `ac-ms-url-shortener`, `ac-be-public-assets`
|
||||||
|
|
||||||
Backend microservices and consoles: `ac-ms-*`, `ac-be-*`
|
Backend microservices and consoles: `ac-ms-*`, `ac-be-*`
|
||||||
Mobile: `ac-mobile-android` (iOS stub: `ac-mobile-ios`)
|
Mobile: `ac-mobile-android` (iOS stub: `ac-mobile-ios`)
|
||||||
|
|||||||
Reference in New Issue
Block a user