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
etalk-group
etalk-docker
Commits
537199d9
Commit
537199d9
authored
Jul 07, 2016
by
Martial Sankar
Browse files
updated readme
parent
1eb6ddc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
537199d9
...
...
@@ -5,9 +5,32 @@
0.
INSTALL docker for your deskstop https://www.docker.com/products/overview
1.
Download or clone this repository
1.
Download or clone this repository
https://gitlab.isb-sib.ch/etalk-group/etalk-docker
2.
inside the repository, first build the image with :
2.
Open a terminal
3.
Go Inside the repository
3.
Firstly, start a vm machine or create a new one using :
TO START VM :
```
docker-machine start etalk-vm
```
OR
TO CREATE NEW VM :
```
docker-machine create --driver virtualbox etalk-vm
docker-machine env etalk-vm
```
4.
Secondly, build the image with :
```
$ docker-compose build
...
...
@@ -22,10 +45,10 @@ $ docker-compose up -d
get your ip with :
```
$ docker-machine ip
default
$ docker-machine ip
etalk-vm
```
Then go to the URL
`http://<yourip>:80`
for the collection view or
`http://<yourip>:80/edit`
for the edit view
Then go to the URL
`http://<your
ip>:80`
for the collection view or
`http://<your
ip>:80/edit`
for the edit view
## SECOND STEP : MAKE YOU OWN ETALK
...
...
@@ -33,5 +56,5 @@ To make your own etalk, you can adapt the how-to from the etalk howToMakeAnEtalk
1.
Create and name a folder that will contain the mp3 files inside
`etalkapp/etalk-master/data/`
2.
go to edit interface
`http://<yourip>:80/edit`
and start editing your etalk.
2.
go to edit interface
`http://<your
ip>:80/edit`
and start editing your etalk.
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