Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CD-CODE Web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
CD-CODE team
CD-CODE Web
Commits
2385293b
Commit
2385293b
authored
2 years ago
by
moon
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into develop
parents
b39bc419
6a4df849
Branches
cuda_on_cpu
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/README.md
+22
-1
22 additions, 1 deletion
web/README.md
web/src/components/Datatable/CondensateDataTable.vue
+0
-1
0 additions, 1 deletion
web/src/components/Datatable/CondensateDataTable.vue
with
22 additions
and
2 deletions
web/README.md
+
22
−
1
View file @
2385293b
...
...
@@ -43,4 +43,25 @@ export const apikey = '<your api key>'
References:
*
https://github.com/miaolz123/vue-markdown
*
Star rating system: https://karol-f.github.io/vue-custom-element/#/demos/events
\ No newline at end of file
*
Star rating system: https://karol-f.github.io/vue-custom-element/#/demos/events
# Production
## How to apply Dev branch into Production
### Server
1.
Create an increment version of tag in https://git.mpi-cbg.de/scicomp/scidev_team/dd-code/-/tags
2.
Make new merge request from
```develop```
branch into
```master```
in https://git.mpi-cbg.de/scicomp/scidev_team/dd-code/-/merge_requests/new
3.
Accept the merge request
4.
In
```/local/dd-code-api```
5.
```git pull```
6.
```flask run --host=0.0.0.0 --port=5001```
7.
In
```/home/moon/backup```
8.
```mongodump --host=ddcode-srv1 --port=27018 --db=ddcode```
9.
```mv dump dump-<date>```
10.
```mongorestore --port=27017 --drop```
### Client
1.
For production,
```git checkout master```
,
```yarn build```
and
```deploy```
2.
For develop,
```git checkout develop```
,
```yarn build-dev```
and
```deploy-dev```
This diff is collapsed.
Click to expand it.
web/src/components/Datatable/CondensateDataTable.vue
+
0
−
1
View file @
2385293b
...
...
@@ -215,7 +215,6 @@ export default {
const
columns
=
[
'
name
'
,
'
proteins
'
,
'
protein_count
'
,
'
species_name
'
,
'
confidence_score
'
,
...
...
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