Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
9f9b4ce2
Commit
9f9b4ce2
authored
Jul 09, 2015
by
MAUPETIT Charly
Browse files
stupid error in config production
parent
3c865f3d
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
9f9b4ce2
...
@@ -209,4 +209,3 @@ When running the registry, you need to mount a datastore:
...
@@ -209,4 +209,3 @@ When running the registry, you need to mount a datastore:
```
zsh
```
zsh
docker run
-d
-p
5000:5000
-e
SETTING_FLAVOR
=
dev
-e
STORAGE_PATH
=
/osef/
-v
/home/allgo/docker/:/osef/ registry:latest
docker run
-d
-p
5000:5000
-e
SETTING_FLAVOR
=
dev
-e
STORAGE_PATH
=
/osef/
-v
/home/allgo/docker/:/osef/ registry:latest
```
```
>>>>>>> 77e928b784484e397f8595b907233d091595ea37
config/environments/production.rb
View file @
9f9b4ce2
...
@@ -89,9 +89,8 @@ Allgo::Application.configure do
...
@@ -89,9 +89,8 @@ Allgo::Application.configure do
config
.
dockerfiles_path
=
'/tmp/'
#where to store Dockerfile on local server
config
.
dockerfiles_path
=
'/tmp/'
#where to store Dockerfile on local server
config
.
dockerfiles_sandbox_path
=
'/tmp/'
#where to store Dockerfile on sandbox to create image
config
.
dockerfiles_sandbox_path
=
'/tmp/'
#where to store Dockerfile on sandbox to create image
config
.
webapp_demo_path
=
'public/app/'
#url where we store informations about app
config
.
webapp_demo_path
=
'public/app/'
#url where we store informations about app
#config.container_prefix = "rsh -l docker #{Rails.configuration.docker_host} #{Rails.configuration.path_to_docker}"
config
.
root_url
=
"http://allgo.inria.fr"
#TODO: Obsolete
config
.
user
=
"allgo"
config
.
root_url
=
"http://woody.irisa.fr"
config
.
connection_prefix
=
"ssh allgo"
config
.
connection_prefix
=
"ssh allgo"
config
.
sandbox
=
'sid.irisa.fr'
#to build and install app, (and occasionally run job)
config
.
sandbox
=
'sid.irisa.fr'
#to build and install app, (and occasionally run job)
config
.
docker_registry
=
'cargo.irisa.fr:5000'
config
.
docker_registry
=
'cargo.irisa.fr:5000'
...
...
Write
Preview
Supports
Markdown
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