Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
2
2001_0033_neuromorphic_user
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SHINDAESUB
2001_0033_neuromorphic_user
Commits
233050de
Commit
233050de
authored
Dec 14, 2021
by
한태현
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[build] add README
parent
928d5474
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
4 deletions
+25
-4
README.md
docker/README.md
+19
-0
build-home-single-arm.sh
docker/build-home-single-arm.sh
+0
-0
build-home-single-x86.sh
docker/build-home-single-x86.sh
+6
-4
No files found.
docker/README.md
0 → 100644
View file @
233050de
# Build directory
## set Build env and install docker image
```
./build-dev.sh
```
## x86
### npm install and npm run build script
```
./build-home-single-x86.sh
```
## arm
### cross build whole process
```
./build-home-single-arm.sh
```
\ No newline at end of file
docker/build-home-single.sh
→
docker/build-home-single
-arm
.sh
View file @
233050de
File moved
docker/
init-home-single-test
.sh
→
docker/
build-home-single-x86
.sh
View file @
233050de
...
...
@@ -6,12 +6,13 @@
rm
-rf
../apps/frontend
cp
-av
../frontend ../apps
cp
-av
../frontend/package
*
.json ./
rm
-rf
../apps/frontend/node_modules
rm
-rf
../apps/frontend/node_modules
docker-compose run
--name
neuro-home-frontend-
init
\
docker-compose run
--name
neuro-home-frontend-
build
\
--rm
\
--workdir
/apps/frontend/
\
base-home-main-ds
\
bash
-c
"npm install &&
chown nobody.nogroup ~/.npm
"
bash
-c
"npm install &&
npm run build
"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment