Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mapfor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simcaq
Mapfor
Commits
73f36912
Commit
73f36912
authored
3 years ago
by
Miguel Angelo Salerno
Browse files
Options
Downloads
Patches
Plain Diff
update readme
parent
2be82f7d
No related branches found
No related tags found
1 merge request
!54
Homologa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+28
-25
28 additions, 25 deletions
README.md
with
28 additions
and
25 deletions
README.md
+
28
−
25
View file @
73f36912
# B
uild
#
# B
ranches
```
rm -r mapfor/```
master -> production
homologa -> homologation
```
nvm use 11
```
~~~
H
omologa
ção:
## Build locally
```
bash
# h
omologa
tion
npm run buildHom
P
rodu
ção:
# p
rodu
ction
npm run buildProd
Development:
npm run buildDev
~~~
```
mv build mapfor
```
# Run Locally
```
nvm use 11
```
#### Using homologa api:
```
npm run startHom
```
#### Using production api:
```
npm run startProd
```
#### Using development api:
```
npm run startDev
```
\ No newline at end of file
```
## Run locally
```
bash
# homologation
npm run startHom
# production
npm run startProd
```
## Build and run using docker-compose
```
bash
docker-compose up
-d
--build
mapfor
# in docker-compose directory
```
## Build and run using docker
```
bash
docker build
-t
mapfor
.
# in project directory
docker run
-d
--restart
unless-stopped
--net
host
--name
mapfor mapfor
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment