Re: react nodes gulp running on apache offtopic!!
LinuxManMikeC <[email protected]>
| Newsgroups | gmane.comp.php.general |
|---|---|
| Message-ID | <CAG604KXB+5NFbbyL6WUe3DeLiPgvJ7_opp6CaqPN0asmkXp6AQ@mail.gmail.com> |
Well, if they are NodeJS apps, they can't run as PHP apps. You can run them along side PHP by configuring how Apache handles different URL paths. Look into how to do a reverse proxy. If they're client side JavaScript, then you just drop the code into the webroot of the PHP app you want to integrate it with. Beyond that, we'd need to know what git repos you're trying to use, and what you're trying to do with them. On Thu, Jul 4, 2024, 13:38 bruce <[email protected]> wrote: > hi. > > might be way off topic. > > found a couple of github apps. Appear to be gulp or react or nodes. The > apps don't have install steps!. > > Trying to figure out how to install and run them on ubuntu/apache. > I'd actually like to have them run as test php apps on the server. > > Anyone have any pointers at all for this kind of issue. > > thanks! >