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

How to run on my apache server? #63

Open
alejokalderon opened this issue Oct 4, 2018 · 1 comment
Open

How to run on my apache server? #63

alejokalderon opened this issue Oct 4, 2018 · 1 comment

Comments

@alejokalderon
Copy link

Hi,

I'm trying to run it on my apache web server, is this possible? Can you help me please?

Thank you in advance.

Regards!

@lgraziani2712
Copy link
Owner

Hello @alejokalderon!

Yes! It's possible since once you run the build process, everything is static. You would have to do the following:

  1. Run the build process: npm run build or yarn run build.
  2. Copy the content of the dist folder and paste it in your apache site.

I never tried to run it in a relative path, e.g. http://mydomain.com/relative-path/, so if you encounter some trouble, get it touch! I gladly help you solve it.

Cheers! Luciano.

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

2 participants