dave21458 / Phomium

PHP + Chromium embedded = phomium
2 stars 0 forks source link

So What's Next? #1

Open joshuaebowling opened 9 years ago

joshuaebowling commented 9 years ago

Cloned and Executed Perfectly!

So What's on the Docket???

dave21458 commented 9 years ago

GREAT!!! FYI it runs on windows 10 flawlessly as well as XP, Vista, 7 , 8.1 from a flash drive.

I am trying uploading the source code (in MS Visual C++ 2010) See if you can compile it. I outputs the binary into OUT directory. Which I had added the other files necessary to make it run, such as config files, docroot, php...

if you run the current uploaded program it has the start of a tutorial . (Just copy the conf and htdoc directories to your current phomium folder)

I would like to see if we can replace php or add other server programs like nodejs , python or ruby. Currently PHP run on port 8000, if add others I believe we can adjust their ports to 8100,8200 etc.

PHP is portable and requires no install. I want to keep it this way.

Dave Bowling DB Importers LLC PO Box 240 Blanchester Ohio, 45107 (513) 623-9552 (937) 625-4194 (fax)

On 11/6/2015 5:57 PM, Josh Bowling wrote:

Cloned and Executed Perfectly!

  So What's on the Docket???

— Reply to this email directly or view it on GitHub https://github.com/dave21458/Phomium/issues/1.

dave21458 commented 9 years ago

What I need is nodejs as a portable package, that is set up to serve html as well as handle request that would be handled nodejs. I would need to know the command line args to set it up on a given port. Also where it could have the working directory in the command line. We could have it parse an inf file at start of execution to tweek it for this project.