
You can test the apache config by runing these command. You can check if this is working by restarting the apache service by using. Just change the following lines in nf located at /etc/apache2.ĭocumentRoot “/Library/WebServer/Documents”Īlso change the following line in same nf Now if you want you can change it to a more comfortable location. The DocumentRoot of apache is by default at /Library/WebServer/Documents. Verify if this works by opening Modify the DocumentRoot for Apache.

#XCODE FOR MAC APACHE MAC OS#

I am just taking some basic step from this blog Install Apache. BlogĪll of these software are very much essential for a lot of development, like web development, Java EE application, and others.Ī more detailed installation process is mentioned in this link.

Import urllib2,os,hashlib h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0' pf = 'Package Control.sublime-package' ipp = sublime.installed_packages_path() os.makedirs( ipp ) if not os.path.exists(ipp) else None urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler()) ) by = urllib2.urlopen( '' + pf.replace(' ', '%20')).read() dh = hashlib.sha256(by).hexdigest() open( os.path.join( ipp, pf), 'wb' ).write(by) if dh = h else None print('Error validating download (got %s instead of %s), please try manual install' % (dh, h) if dh != h else 'Please restart Sublime Text to finish installation') Install the Package Control by following the instruction provided at WBond The best of them is provided by a developer name WBond. There are lot of Packages which provides extension to the functionality to Sublime Text. We all need a very good Code Editor with and there are lot of them, One of them is Sublime Text which is a great editior just for the fact that it has something for Experiencied Developer/Hacker, or people who have just started Developement. Here is the Link where you can find the Packages/Formula which are supported in HomeBrew. You can also see the alternate list of installation for HomeBrew. You can give this command to install HomeBrew.
#XCODE FOR MAC APACHE HOW TO#
You can follow instruction mentioned in this Link which you can see how to set up Mac OS for Developers. But before using HomeBrew you might need the following.

There are lot of packages missing in AppStore, So when you have to install these packages, you can use HomeBrew.
#XCODE FOR MAC APACHE MAC OS X#
Things to do after a fresh install of Mac OS X Mavericks.
