mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
Setup Scripts (#472)
* Init commit of setup scripts * Minor edit * Script edit and dir rename * Oops * Updated README * Updated scripts/readme * Additional Script/README updates * Further Script updates * BuildGuide updates * More git fuckery * Init commit of setup scripts * Minor edit * Script edit and dir rename * Oops * Updated scripts/readme * Script/README updates * Additional Script/README updates * Script/README edits * Copy script edit * Copy script edit * Filesystem script edit * More edits * Guide edit * Makefile * fixes ui build scripts to use submodules (#546) * fix product key generation Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Keagan McClelland <keagan.mcclelland@gmail.com>
This commit is contained in:
committed by
Aiden McClelland
parent
72872ba52a
commit
33fe3e1059
20
ui/README.md
20
ui/README.md
@@ -6,29 +6,15 @@
|
||||
|
||||
`npm i -g @ionic/cli`
|
||||
|
||||
`git clone https://github.com/Start9Labs/patch-db.git`
|
||||
|
||||
`git clone https://github.com/Start9Labs/ws-example.git`
|
||||
|
||||
`git clone https://github.com/Start9Labs/embassy-os.git`
|
||||
|
||||
`git clone https://github.com/Start9Labs/rpc-toolkit.git`
|
||||
|
||||
`git clone https://github.com/dr-bonez/yajrc`
|
||||
|
||||
Then open `patch-db`, `ws-example`, and `embassy-os`, in separate tabs.
|
||||
|
||||
### patch-db
|
||||
|
||||
**Sync submodules**
|
||||
`cd embassy-os`
|
||||
|
||||
`git submodule update --init --recursive`
|
||||
|
||||
`cd client/`
|
||||
|
||||
`npm i`
|
||||
|
||||
`npm run build`
|
||||
Then open `ws-example`, and `embassy-os`, in separate tabs.
|
||||
|
||||
### ws-example
|
||||
|
||||
@@ -40,6 +26,8 @@ Then open `patch-db`, `ws-example`, and `embassy-os`, in separate tabs.
|
||||
|
||||
`cd ui/`
|
||||
|
||||
`npm run build-deps`
|
||||
|
||||
`npm i`
|
||||
|
||||
Copy `config-sample.json` to new file `config.json`
|
||||
|
||||
3334
ui/package-lock.json
generated
3334
ui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -9,6 +9,7 @@
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"build-prod": "ng build --configuration production && tsc postprocess.ts && node postprocess.js && git log | head -n1 > www/git-hash.txt",
|
||||
"build-deps": "cd ../patch-db/client && npm install && npm run build",
|
||||
"lint": "ng lint"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -29,7 +30,7 @@
|
||||
"marked": "3.0.2",
|
||||
"mustache": "^4.2.0",
|
||||
"ng-qrcode": "^5.0.0",
|
||||
"patch-db-client": "file: ../../../../patch-db/client",
|
||||
"patch-db-client": "file: ../../../patch-db/client",
|
||||
"rxjs": "^6.6.7",
|
||||
"uuid": "^8.3.2",
|
||||
"zone.js": "^0.11.4"
|
||||
|
||||
Reference in New Issue
Block a user