This file contains hidden or 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
| <VirtualHost 127.0.0.1> | |
| RailsDefaultUser npaessel | |
| RailsEnv production | |
| ServerName rigse.noah | |
| DocumentRoot "/Users/npaessel/lab/ruby/rigse/public" | |
| ErrorLog "/Users/npaessel/lab/ruby/rigse/log/error.log" | |
| <Directory "/Users/npaessel/lab/ruby/rigse/public"> | |
| Options FollowSymLinks MultiViews Includes | |
| AllowOverride All |
This file contains hidden or 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
| LoadModule passenger_module /opt/local/lib/ruby/gems/1.8/gems/passenger-2.0.6/ext/apache2/mod_passenger.so | |
| PassengerRoot /opt/local/lib/ruby/gems/1.8/gems/passenger-2.0.6 | |
| PassengerRuby /opt/local/bin/ruby |
This file contains hidden or 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
| git config --global github.user |
This file contains hidden or 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
| <OTChoice alignContent='0' name='Multiple choice'> | |
| <choices> | |
| <OTCompoundDoc name='1. Purple'> | |
| <bodyText>Green (body text)</bodyText> | |
| </OTCompoundDoc> | |
| <OTCompoundDoc name='2. Purple'> | |
| <bodyText>Purple (body text)</bodyText> | |
| </OTCompoundDoc> |
This file contains hidden or 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
| <?xml version='1.0' encoding='utf-8' ?> | |
| <otrunk id='8b6cbdfe-2b81-11de-a70e-001ff3caa767'> | |
| <imports> | |
| <import class='org.concord.otrunk.OTSystem' /> | |
| <import class='org.concord.framework.otrunk.view.OTFrame' /> | |
| <import class='org.concord.otrunk.view.OTViewEntry' /> | |
| <import class='org.concord.otrunk.view.OTViewBundle' /> | |
| <import class='org.concord.otrunk.view.document.OTDocumentViewConfig' /> | |
| <import class='org.concord.otrunk.view.document.OTCompoundDoc' /> | |
| <import class='org.concord.otrunk.ui.OTText' /> |
This file contains hidden or 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
| # | |
| # SDS configuration file | |
| # | |
| development: | |
| host: http://sds.local/sds/1 | |
| jnlp_id: 1 | |
| curnit_id: 1 | |
| username: | |
| password: | |
| default_offering_id: 1 |
This file contains hidden or 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
| 84K ./public/javascripts//tiny_mce/plugins/inlinepopups | |
| 88K ./public/javascripts//tiny_mce/plugins/emotions | |
| 104K ./public/javascripts//tiny_mce/plugins/xhtmlxtras | |
| 108K ./public/javascripts//tiny_mce/themes/advanced/skins | |
| 124K ./public/javascripts//tiny_mce/plugins/media | |
| 136K ./public/javascripts//tiny_mce/plugins/table | |
| 168K ./public/javascripts//flotr | |
| 180K ./public/javascripts//prototype-ui | |
| 280K ./public/javascripts//tiny_mce/themes/advanced | |
| 320K ./public/javascripts//tiny_mce/themes |
This file contains hidden or 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
| alias g='pbpaste | gist | pbcopy' |
This file contains hidden or 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
| TOMCAT_DEST=/usr/local/tomcat | |
| SAKAI_SRC=$HOME/lab/java/RIEPS/rinet25 | |
| SAKAI_DIR=$CATALINA_HOME/sakai | |
| SAKAI_FILES=$TOMCAT_DEST/sakai-files | |
| TOMCAT_SOURCE=$SAKAI_SRC/apache-tomcat-5.5.27.zip | |
| REAL_TOMCAT=$TOMCAT_DEST/apache-tomcat-5.5.27 | |
| SED_SCRIPT="s:docBase=\(.*\):docBase=\"$SAKAI_FILES/jforum/images\":" | |
| rm -rf $REAL_TOMCAT | |
| rm -rf $CATALINA_HOME/ |
This file contains hidden or 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
| <or> | |
| <match path="project"> otrunk </match> | |
| <match path="project"> sds </match> | |
| <match path="project"> diy </match> | |
| <match path="project"> rigse </match> | |
| <match path="project"> rites_portal </match> | |
| <match path="project"> mysystem </match> | |
| <match path="project"> mysystem-sinatra </match> | |
| </or> |
OlderNewer