Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updatereadme #185

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,31 @@
```
npm config set proxy http://proxy:port
```
8. Now to connect to dev server at [http://127.0.0.1:6003](http://127.0.0.1:6003) (for serving frontend)
8. to connect to dev server at [http://127.0.0.1:6003](http://127.0.0.1:6003) (for serving frontend)
```
yarn run dev
```
## How to Install projects using Docker
1.Install Docker from:
...
`https://docs.docker.com/docker-for-mac/install/` for MAC installation.
...
https://docs.docker.com/desktop/install/windows-install/ for Windows installation
...
sudo apt install docker.io for Ubuntu Installation.
...
If you already have account in Docker, you can login or other end we can create new account in Docker. Before start using Docker we must login in Docker.
2. Now,Clone the CloudCv repository.
git clone https://github.com/Cloud-CV/CloudCV
3. Then, change into the compose folder, this folder will be the location where you enter all following commands:
cd CloudCV/compose
4. Use the latest version of Docker images:
docker-compose pull
5. Launch the Containers
6. You can stop the Compose stack by running:
docker-compose stop
7. You can stop and remove all containers by running:
docker-compose down

## Contribution guidelines

Expand Down