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

[Ember-Migration] Migration plan #758

Open
satyam73 opened this issue Dec 4, 2023 · 1 comment
Open

[Ember-Migration] Migration plan #758

satyam73 opened this issue Dec 4, 2023 · 1 comment
Assignees

Comments

@satyam73
Copy link
Member

satyam73 commented Dec 4, 2023

Migration Plan for migrating vanilla site to Ember

There are some page which are not migrated to Ember app which are as follows:

  • Events page
  • Debug page
  • Releases Page
  • Arts Page

Some of these links are used in our app's footer, so what we can do is migrate the old site to v0.realdevsquad.com and use redirect Ember app footer links to v0.realdevsquad.com

It will be something like this
realdevsquad.com/events --> v0.realdevsquad.com/events

Where realdevsquad.com/events is our ember app
and v0.realdevsquad.com is our old vanilla app

In the meantime we'll do the rest of migration by priority.

Things needs to done before 23-12-2023

@satyam73
Copy link
Member Author

satyam73 commented Dec 8, 2023

Note: Make sure to check which branch is deploying in side view in vercel.
Merge these PRs before performing deployment to production:

Steps to deploy ember app

Step 1: Go to vercel dashboard and click on Add New button and select project from dropdown
image

Step 2: Search the repository and click on import(if it asks for github permission please give access to the same)
image

Step 3: Select framework to ember
image

Step 4: Override output directory to dist and build command to yarn build
image

Framework Preset - Ember.js
Build Command

 yarn build

Output directory

dist

Step 5: Click on deploy
image

For configuring custom domain refer to this link - https://vercel.com/docs/projects/domains/add-a-domain

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

No branches or pull requests

1 participant