Giter Site home page Giter Site logo

webtoolsgroup / instantwp Goto Github PK

View Code? Open in Web Editor NEW
104.0 12.0 34.0 43.6 MB

InstantWP is a complete standalone, portable WordPress development environment.

License: GNU General Public License v3.0

Shell 0.04% Batchfile 0.03% F# 0.02% Perl 0.08% HTML 3.24% PureBasic 0.02% AppleScript 0.01% Makefile 0.02% PHP 65.10% CSS 6.40% JavaScript 24.86% Python 0.05% PLpgSQL 0.01% Roff 0.01% Racket 0.13%
wordpress wordpress-development localhost-related localhost-management teaching qemu portable

instantwp's People

Contributors

corvideon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

instantwp's Issues

The links in the docs are broken.

For example https://github.com/corvideon/InstantWP/blob/master/core/docs/about.html#L345 is currently:

<a href="">https://github.com/corvideon/InstantWP </a> </p>

but it should be

<a href="https://github.com/corvideon/InstantWP">https://github.com/corvideon/InstantWP</a> </p>

If you would like I could create a pull request fixing the links, are you using the Markdown to create the HTML versions? If so I could fixup the mark down files and then you could re-generate the html.

IWPSSHCommand on OSX throws 'System.DllNotFoundException: gdiplus.dll' error

The command below throws a Mono error on OSX:

./platform/osx/IWPSSHCommand 10022 iwp iwp ls

Unhandled Exception:
System.TypeInitializationException: The type initializer for 'System.Drawing.GDIPlus' threw an exception. ---> System.DllNotFoundException: gdiplus.dll
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
at System.Drawing.GDIPlus..cctor () <0x1cf21f0 + 0x00163> in :0
--- End of inner exception stack trace ---
at System.Drawing.SolidBrush..ctor (Color color) <0x1cf2068 + 0x0006f> in :0
at (wrapper remoting-invoke-with-check) System.Drawing.SolidBrush:.ctor (System.Drawing.Color)
at Rebex.TerminalEmulation.ACF..ctor (Color Z) <0x1cf1c70 + 0x000bf> in :0
at Rebex.TerminalEmulation.PIF.CW () <0x1cf1710 + 0x0007f> in :0
at Rebex.TerminalEmulation.PIF..ctor (Rebex.TerminalEmulation.THF Z, IScreen D, LHF J, Int32 C, Int32 I, Rebex.TerminalEmulation.TerminalFont W) <0x1cf1188 + 0x00123> in :0
at Rebex.TerminalEmulation.VirtualTerminal..ctor (Int32 columns, Int32 rows, Int32 historyMaxLength) <0x1cf0270 + 0x00147> in :0
at Rebex.TerminalEmulation.VirtualTerminal..ctor (Int32 columns, Int32 rows) <0x1cf0238 + 0x00027> in :0
at Rebex.Net.Ssh.WCY (Rebex.TerminalEmulation.TerminalOptions Z, Int32 D, Int32 J) <0x1ceffc0 + 0x0005b> in :0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'System.Drawing.GDIPlus' threw an exception. ---> System.DllNotFoundException: gdiplus.dll
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
at System.Drawing.GDIPlus..cctor () <0x1cf21f0 + 0x00163> in :0
--- End of inner exception stack trace ---
at System.Drawing.SolidBrush..ctor (Color color) <0x1cf2068 + 0x0006f> in :0
at (wrapper remoting-invoke-with-check) System.Drawing.SolidBrush:.ctor (System.Drawing.Color)
at Rebex.TerminalEmulation.ACF..ctor (Color Z) <0x1cf1c70 + 0x000bf> in :0
at Rebex.TerminalEmulation.PIF.CW () <0x1cf1710 + 0x0007f> in :0
at Rebex.TerminalEmulation.PIF..ctor (Rebex.TerminalEmulation.THF Z, IScreen D, LHF J, Int32 C, Int32 I, Rebex.TerminalEmulation.TerminalFont W) <0x1cf1188 + 0x00123> in :0
at Rebex.TerminalEmulation.VirtualTerminal..ctor (Int32 columns, Int32 rows, Int32 historyMaxLength) <0x1cf0270 + 0x00147> in :0
at Rebex.TerminalEmulation.VirtualTerminal..ctor (Int32 columns, Int32 rows) <0x1cf0238 + 0x00027> in :0
at Rebex.Net.Ssh.WCY (Rebex.TerminalEmulation.TerminalOptions Z, Int32 D, Int32 J) <0x1ceffc0 + 0x0005b> in :0

Problem with locale on Win64

"The locale codeset (cp1252) isn’t one that perl can decode, stopped at Encode/Lo
cale.pm line 94. Compilation failed in require at LWP/UserAgent.pm line 1001."

Needs to include the following use statement on the top of your script:

use Encode::Byte;

False positive from AV vendors

Rewrite these components and remove:

  1. nircmd.exe - said NirCmd was detected
  2. chp.exe - said CHP-Create-Hidden Process was detected

Add SSL support

From a user:

Getting a "jetpack error is that WordPress reports no SSL support. HTTPS NOT working."

Symlinks not working correctly

I use directory symlinks on Windows to link themes/plugins from other directories, but they do not seem to be working correctly with the new version. They are recognised but I'm not sure that the contents are picked up correctly.

Multiple IWP-5 Instances not working?

Summary - I tried to get two IWP instances running at the same time using 10000port and 11000port versions. The 11000port version will not work either as a second IWP or as a stand-alone.

I created two folders containing IWP-5 and change the second folders config file to use port 11000.
I started the first IWP instance using port 10000 and it started okay.
I started the second IWP instance using port 11000 and got a failed to load error.

I quit both IWP instances and then neither IWP versions would work - see below:

Started the second, port 11000 version by itself and got a failed to load error.
I quit the port 11000 version and started the port 10000 version and got a failed to load error.
So, I restarted my computer and started the 10000port version. It started okay.
I quit the 10000port version and started the 11000port version and got a failed to load error.
I quit the 11000port version and started the 10000port version and it worked Okay.

IWP does not handle spaces in folder name

One observation when making multiple copies I've notices that spaces in the folder name don't work but putting like underline works fine.

Example:
"E:\WP-5.0.1_WP7.2_PHP7 TEST" does not start Instant WordPress but "E:\WP-5.0.1_WP7.2_PHP7_TEST" does.

Location of iwpserver and issue with iwpcli.exe

I installed InstantWP, and ran into an issue with a plugin upgrade:

Update Failed: The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.

So I wanted to find server files and included console to see if I can update permissions. But I can't figure out where iwp installs server files. Would appreciate if you could point me in the right direction.

Also, when I try to open iwpcli.exe it closes. So I can't open console.

This is what I got:
image

I'm using v5 rc5. I think that's the latest one. I'm on Win 10.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.