Dart: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
You probably want to see the page "Bringing up Dart" but right now, that page is... on Dart... which is not up. | You probably want to see the page "Bringing up Dart" but right now, that page is... on Dart... which is not up. | ||
Actually the GEO-CEG wiki moved to http://wiki.geo-ceg.org/ after I wrote that. | |||
I keep a separate page for each computer I own, as a form of asset management. | |||
== History == | |||
* 2015-Feb-27 -- Bringing online again after months of storage as we moved to California. | |||
* 2014-May -- Shut down for move. | |||
* 2014- regrooved with Debian 7 | |||
* 2014- Brought up with CentOS to allow running ESRI ArcGIS Server | |||
== Hardware == | |||
* Supermicro server case | |||
* Supermicro motherboard | |||
* Xeon processor | |||
* 32GB ECC RAM | |||
* 2 SSD's in a mirror for the OS | |||
* 3Ware RAID | |||
* 7 WDC Red disk drives | |||
== Software == | |||
Debian 7 | |||
==== PostgreSQL ==== | |||
The wiki on this server is using PostgreSQL. | |||
I need version 9.3 or higher | |||
echo "deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main" > /etc/apt/sources.list.d/pgdg.list | |||
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - | |||
apt-get update | |||
apt-get install postgresql-9.4 | |||
== 2015-Feb-27 == | |||
I packed up Dart last May (2014) shortly after re-installing the operating system and switching to Debian. | |||
Now I am trying to pick up the pieces. There is no Web server right now! Zow! How can that be? | |||
I do remember I gave up on CentOS when I found out how impractical it was to try to run my own copy of ESRI ArcGIS Server after | |||
I lost (free) access to a developer license. |
Revision as of 05:50, 28 February 2015
You probably want to see the page "Bringing up Dart" but right now, that page is... on Dart... which is not up. Actually the GEO-CEG wiki moved to http://wiki.geo-ceg.org/ after I wrote that.
I keep a separate page for each computer I own, as a form of asset management.
History
- 2015-Feb-27 -- Bringing online again after months of storage as we moved to California.
- 2014-May -- Shut down for move.
- 2014- regrooved with Debian 7
- 2014- Brought up with CentOS to allow running ESRI ArcGIS Server
Hardware
- Supermicro server case
- Supermicro motherboard
- Xeon processor
- 32GB ECC RAM
- 2 SSD's in a mirror for the OS
- 3Ware RAID
- 7 WDC Red disk drives
Software
Debian 7
PostgreSQL
The wiki on this server is using PostgreSQL. I need version 9.3 or higher
echo "deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main" > /etc/apt/sources.list.d/pgdg.list wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - apt-get update apt-get install postgresql-9.4
2015-Feb-27
I packed up Dart last May (2014) shortly after re-installing the operating system and switching to Debian. Now I am trying to pick up the pieces. There is no Web server right now! Zow! How can that be?
I do remember I gave up on CentOS when I found out how impractical it was to try to run my own copy of ESRI ArcGIS Server after I lost (free) access to a developer license.