Difference between revisions of "Talk:PeerFS"

From Organic Design wiki
(Software version control)
m (<s>Nodal</s>)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
This is just an idea for versioning software like the underlying mediaWiki. The idea is to create the mediawiki directory depending on the version, e.g.
 
This is just an idea for versioning software like the underlying mediaWiki. The idea is to create the mediawiki directory depending on the version, e.g.
<table class=expandable title=Nodal><tr><td>
+
<table class=expandable title=Filesystem><tr><td>
 
*/pathto/wiki14
 
*/pathto/wiki14
 
*/pathto/wiki15
 
*/pathto/wiki15
Line 7: Line 7:
 
and correspondlying named mysql database, wiki14, wiki15, wiki 19 etc. Then have a symbolic link running the current wiki in use. Allowing fast testing of versions etc.
 
and correspondlying named mysql database, wiki14, wiki15, wiki 19 etc. Then have a symbolic link running the current wiki in use. Allowing fast testing of versions etc.
 
* wiki -> /pathto/wikidb
 
* wiki -> /pathto/wikidb
Anyone have any other approaches of interest.
+
For something similar see also [[Installing R]]. Anyone have any other approaches of interest.
 
--[[User:Sven|Sven]] 02:16, 28 Feb 2007 (NZST)
 
--[[User:Sven|Sven]] 02:16, 28 Feb 2007 (NZST)
 
----
 
----

Latest revision as of 02:18, 28 February 2007

This is just an idea for versioning software like the underlying mediaWiki. The idea is to create the mediawiki directory depending on the version, e.g.

and correspondlying named mysql database, wiki14, wiki15, wiki 19 etc. Then have a symbolic link running the current wiki in use. Allowing fast testing of versions etc.

  • wiki -> /pathto/wikidb

For something similar see also Installing R. Anyone have any other approaches of interest. --Sven 02:16, 28 Feb 2007 (NZST)


Not sure what use this may be.

1.echo "an error occurred" next=3
3.grep -q "some error" - false=7 true=8
2.mkdir -p {{/build/skel/sbin}} next=3 error=1
4.mkdir -p {{/build/skel/init.d}} next=4 error=1
5.mkdir -p {{/build/skel/codecs}} next=5 error=1
6.mkdir -p {{/build/skel/firmware}} next=6 error=1

--Rob 06:13, 27 Feb 2007 (NZST)