Changeset 1880
- Timestamp:
- Jun 8, 2011, 2:36:14 AM (13 years ago)
- Location:
- branches/fc15-dev/server
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev/server/doc/install-howto.sh
r1704 r1880 241 241 pecl install --nodeps $(pecl list | tail -n +4 | cut -f 1 -d " " | grep -Fxvf - pecl.txt) 242 242 243 # Setup some Python config244 echo 'import site, os.path; site.addsitedir(os.path.expanduser("~/lib/python2.6/site-packages"))' > /usr/lib/python2.6/site-packages/00scripts-home.pth245 246 243 # Install the credentials. There are a lot of things to remember here. 247 244 # Be sure to make sure the permissions match up (ls -l on an existing
Note: See TracChangeset
for help on using the changeset viewer.