Search the Community
Showing results for tags 'linux'.
-
Unfortunately, this magazine has bitten the dust but they were gracious enough to have their entire back catalogue available for download. https://secure2.linuxjournal.com/pdf/dljdownload.php
- 3 replies
-
- 2
-
-
- linux journal
- linux
-
(and 2 more)
Tagged with:
-
Greetings! I'm a non-tech trying to get some info for my IT Manager in Hong Kong. We have a developer who created a Process Wire site for us and we want to host it ourselves on a virtual machine using our Azure cloud platform. According to my IT Manager, ProcessWire is developed...
- 6 replies
-
- virtual machine
- vm
-
(and 1 more)
Tagged with:
-
I found this the other day http://www.vagrantup.com/ and it's awesome to make a virtual machine with just one command vagrant up and have all you need to code with processwire.
- 28 replies
-
- 5
-
-
- vagrant
- virtualbox
-
(and 1 more)
Tagged with:
-
Dear ProcessWire Support, I am new at ProcessWire and I am trying the new 3.x development versions. As the new version 3.0.8 devns was new released, I test if was possible to move to the new version by linking the wire folder and the index.php and .htaccess as symlink from a version repository wit...
-
So I created a little python script. https://gist.github.com/anonymous/10001724 create a new file and give it execute permissions chmod +x ./pw You can fetch the lastest PW code from git an start a new project. ./pw <new-project-name> Also if you want a specific version ./pw <new-project...