Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
blendb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
C3SL
blendb
Commits
1f78b1b3
There was a problem fetching the pipeline summary.
Commit
1f78b1b3
authored
7 years ago
by
Lucas Fernandes de Oliveira
Browse files
Options
Downloads
Plain Diff
Merge branch 'revert-
ea31a3cb
' into 'master'
Revert "Merge branch 'issue/51' into 'master'" See merge request
!43
parents
ea31a3cb
dda2c565
Branches
Branches containing commit
No related tags found
1 merge request
!43
Revert "Merge branch 'issue/51' into 'master'"
Pipeline
#
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+0
-1
0 additions, 1 deletion
.gitignore
config/blendb.service.example
+0
-23
0 additions, 23 deletions
config/blendb.service.example
with
0 additions
and
24 deletions
.gitignore
+
0
−
1
View file @
1f78b1b3
...
@@ -10,7 +10,6 @@
...
@@ -10,7 +10,6 @@
/bower_components
/bower_components
!/config/*.example
!/config/*.example
/config/*.yaml
/config/*.yaml
/config/*.service
/doc/build
/doc/build
/coverage
/coverage
/typings
/typings
...
...
This diff is collapsed.
Click to expand it.
config/blendb.service.example
deleted
100644 → 0
+
0
−
23
View file @
ea31a3cb
[Unit]
Description=BlenDB
After=network.target
[Service]
# Here you must set the ABSOLUTE path to the DIRECTORY where node is (and npm)
# If you are using nvm should be some similar to:
# /home/$user/.nvm/versions/node/$version/bin
Environment=NODE_PATH=/usr/bin/
# Here you must set the port where you would like that this service runs
Environment=BLENDB_PORT=3001
# Here you must set the user that should run the service
# We DO NOT recomend run as root but should work properly as root too
# We recomend create a separeted user named blendb, but any user should work
User=blendb
# Here you must set the path to the BLENDB project DIRECTORY
# We recomend use the ABSOLUTE path
# Runing pwd on the git repository should give the right path
WorkingDirectory=/opt/blendb/
ExecStart=/bin/bash -c "PATH=$PATH:${NODE_PATH}; PORT=${BLENDB_PORT} npm start"
[Install]
WantedBy=multi-user.target
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