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

chore(docs): Docs for installation using docker compose #4827

Merged
merged 3 commits into from
Aug 22, 2020

Conversation

progmatic-99
Copy link
Contributor

Fixes #4825

Short description of what this resolves:

Changed the installation steps to use docker-compose

Changes proposed in this pull request:

  • Steps for installation using docker changed to use docker-compose command
  • Added version information for the dependencies

Checklist

  • I have read the Contribution & Best practices Guide.
  • My branch is up-to-date with the Upstream development branch.
  • The acceptance, integration, unit tests and linter pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@vercel
Copy link

vercel bot commented Aug 20, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/n6epmy7s5
✅ Preview: https://open-event-frontend-git-fork-progmatic-99-development.eventyay.vercel.app

@codecov
Copy link

codecov bot commented Aug 20, 2020

Codecov Report

Merging #4827 into development will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #4827      +/-   ##
===============================================
+ Coverage        23.44%   23.50%   +0.05%     
===============================================
  Files              482      482              
  Lines             5088     5088              
  Branches            16       16              
===============================================
+ Hits              1193     1196       +3     
+ Misses            3891     3888       -3     
  Partials             4        4              
Impacted Files Coverage Δ
app/components/tabbed-navigation.js 53.33% <0.00%> (+20.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 186e6a5...44498b2. Read the comment docs.

vsasvipul0605
vsasvipul0605 previously approved these changes Aug 20, 2020

* Visit your app at [http://localhost:4200](http://localhost:4200).
* `cp .env.example .env`
* `docker-compose up --build -d`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the version information?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No

@iamareebjamal iamareebjamal changed the title Docs for installation using docker changed chore(docs): Docs for installation using docker compose Aug 22, 2020
@iamareebjamal iamareebjamal merged commit db4ced7 into fossasia:development Aug 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create recommended installation steps for docker using docker-compose
3 participants