This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb | |
cd couchdb | |
./bootstrap | |
./configure --with-js-lib=/sw/lib/ --with-js-include=/sw/include/js/ --with-erlang=/sw/lib/erlang/erts-5.6/include/ | |
make && sudo make install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -c http://download.icu-project.org/files/icu4c/4.0.1/icu4c-4_0_1-src.tgz | |
tar xzf icu4c-4_0_1-src.tgz | |
cd icu/source | |
./runConfigureICU MacOSX | |
make && sudo make install | |
cd ../.. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[couchdb] | |
database_dir = /usr/local/var/lib/couchdb | |
view_index_dir = /usr/local/var/lib/couchdb | |
[log] | |
file = /usr/local/var/log/couchdb/couch.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo launchctl load -w /usr/local/Library/LaunchDaemons/org.apache.couchdb.plist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fink install svn wget spidermonkey spidermonkey-dev spidermonkey-shlibs erlang-otp help2man |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ ! -d ./env ]; then | |
virtualenv --python=python2.5 env | |
fi | |
if [ ! -f ./env/bin/pip ]; then | |
source ./env/bin/activate | |
./env/bin/easy_install -U docutils | |
./env/bin/easy_install -U pip | |
else |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\ nslookup vps2.local | |
<snip sve je u redu> | |
C:\ ping vps2.local | |
Ping request could not find vps2.local. Please check the name and try again. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# original from http://activecodeline.com/git-ignore-gitignore-file-for-magento-project | |
# tested with Magento 1.4.0.1 | |
# put it into magento install dir | |
app/code/community/Phoenix/ | |
app/code/core/ | |
app/design/adminhtml/default/default/ | |
app/design/frontend/base/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<catalog_product_prepare_save> | |
<observers> | |
<My_Model> | |
<type>singleton</type> | |
<class>My_Model_Observer</class> | |
<method>catalog_product_prepare_save</method> | |
</My_Model> | |
</observers> | |
</catalog_product_prepare_save> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ServerSettings] | |
ActiveMods=630601751,731604991,760865850,730794403,554678442,815306540,793605978,543394681,764755314,719928795,889745138,756389708,898754545 | |
RCONEnabled=true | |
RCONPort=XXXXX | |
ServerPassword= | |
SpectatorPassword= | |
ServerAdminPassword= | |
AutoSavePeriodMinutes=15 | |
BanListURL= |
OlderNewer