Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: What's your dev environment like?
hakjoon wrote:
I have a FreeBSD install running on an old P3 which hosts most of my development stuff and my SVN server. So it’s all in one place.
So you have a dedicated linux machine as overall server? I just have a windows desktop machine and a mac laptop. Anyway suggestions of getting that setup to work, e.g. with webserver on the pc? Both have WLAN.
TXP Builders – finely-crafted code, design and txp
Offline
Re: What's your dev environment like?
jakob,
I also have 2 linux boxes in my network, one is my development box, the other runs our Intranet. My Windows laptop is running my own custom AMP stack, I use it mostly to work on templates and themes.
In your case, give your Windows box a static ip, like so:
192.168.1.99 jakob.com
Then on your Mac laptop, add the Windows IP to your hosts file and then when you key in jakob.com in Safari, it will take you to your Windows box. The hosts file is looked at before the browser searches the DNS servers, so you can have your internal network be whatever you like.
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
#15 2006-11-12 23:34:36
- marios
- Archived Plugin Author
- Registered: 2005-03-12
- Posts: 1,253
Re: What's your dev environment like?
- TextMate + TXP Bundle
- Transmit 3.5
- Skedit (Almost not necessary anymore, TM is friend with Transmit here and yourself)
- Terminal app
- XAMPP (feeding the LAN locally from a windows Box)
- Xylscope
- Safari
- Firefox + Extensions
- File List ( Peter Maurer)
( Windows for serving and testing and Graphic work, so I can have everything neatly locked down in prefs Sharing on the mac administrative Box)
- Topstyle Pro
- Photoshop 7 (Until Adobe decides about delivering MAC compatible software FOR ALL MAC PLATFORMS, without driving you nuts)
- Illustrator 10 ( windows ) (see above)
There’s more, but this is what I am using these days.
( I can not wait until Jaguar comes out. As soon as that happens, TextMate v2 is going to be available not any much time after, which will make me switch to Jaguar immediately)
NOTE.: It is worthwhile to mention here that TextMate can handle about any Programming Language/ CMS/ Framework, that you can think of, and if it doesn’t know it yet, it can be told to do so (except binaries). It’s the most extensible adaptable Texteditor around. It’ll just do, what you want it to do, and not some marketing department want’s you to do.
Are you a Programer ? and want to switch to Ruby, Python, Perl ? Edit CSS, HTML, XHTML, write and e-mail ?
No problem, it’s just a shortcut or TAB Trigger away.
(No need for lorem ipsum applications and other such nonsense)
regards, marios
Last edited by marios (2006-11-13 00:05:00)
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
Re: What's your dev environment like?
Jakob,
If you don’t want to mess with hosts files the other thing you can do is just install Bonjour on your windows machine and the mac laptop will just be able to find it. You can just go to http://computername.local/ It works out really well. Then you just need to run WAMP or something on the windows box.
Last edited by hakjoon (2006-11-13 00:51:18)
Shoving is the answer – pusher robot
Offline
#17 2006-11-13 05:30:18
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: What's your dev environment like?
ConTEXT, Opera and PuTTY on XP as a pseudo thin client. Firefox and some old standalone IE versions for compatibility testing. Everything else on OpenBSD via PuTTY: rsync, samba, vim, svn, and PHP in CLI mode for unit testing.
Oh, and iTunes. Can’t work without that.
Alex
Offline
Re: What's your dev environment like?
marios wrote: TextMate + TXP Bundle
Tell me more about it … I didn’t know there was a bundle!
Offline
Re: What's your dev environment like?
@RedFox. search for Marios’ threads on the forum and read about it on Marios’ site
hakjoon: Thanks for the tip! Still learning the mac stuff.
TXP Builders – finely-crafted code, design and txp
Offline
#20 2006-11-13 18:31:09
- Prax
- Member
- From: Huntsville, AL
- Registered: 2006-09-27
- Posts: 24
Re: What's your dev environment like?
Apache, PHP5, MySQL 4.1.x
Safari, Firefox, Opera
TextMate
CSSEdit
Photoshop CS2
Transmit
iTerm
svnX
YourSQL
Windows
Notepad ++
AbsoluteTelnet (best darn telnet/ssh client for Windows)
FileZilla
Internet Explorer 6 and 7
Offline
Re: What's your dev environment like?
TopStyle Pro – for major css overhauls
This Editor – for HTML / TXP code
Firefox / Web developer plugin for working out the quirks
http://vinterstille.dk
Offline