Showing posts with label install. Show all posts
Showing posts with label install. Show all posts

2011-04-20

How To Install Python JCC

Ubuntu 8.04 Server
Windows
  • require Python2.5.2, Visual Studio 2003, Java-JDK1.6.0u17
  • add Path
    • C:\Program Files\Java\jdk1.6.0_17\bin
    • C:\Program Files\Java\jdk1.6.0_17\lib
    • C:\Program Files\Java\jdk1.6.0_17\jre\bin\client
    • C:\Python25
  • checkout jcc from subversion http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc (revision 1090549)
  • open command prompt
  • in jcc directory >>> python setup.py build install

2008-01-27

Install Flex Builder 2.0.1 on Vista

I'm try to install Flex Builder on Vista and found a problem that I don't know why this error happen after a few hours I find the solution at http://office.realeyesmedia.com/blogs/jun/?p=13 thank for that post it help me to solve problem.
How to:
1. Run cmd with admin.
2. Go to your home directory (c:\Users\yourname).
3. Run rmdir "My Documents".
4. Run mklink /d “My Documents” Pathtoyourdocument

2007-11-01

Install Webmin on Ubuntu

1. Add deb http://download.webmin.com/download/repository sarge contrib to /etc/apt/sources.list file. (make sure that you have uncommented all universe repository)
2. sudo apt-get update
3. sudo apt-get install webmin