Make the best out of your GPS-Supported travelings.
Note: It is in very early development phase. Feel free to reuse whatever is useful to you
Some brief overview of what it should do, once finished: - Publish Pictures and GPS Tracks on a Google Map - Have Slideshows that integrate with the map - Attach URIs (for Blog integration)
sass:
$ gem install sass
doctrineORM and PHPUnit:
$ sudo pear channel-discover pear.symfony.com
$ sudo pear channel-discover pear.phpunit.de
$ sudo pear channel-discover pear.symfony-project.com
$ sudo pear channel-discover pear.doctrine-project.org
$ sudo pear update-channels
$ sudo pear install symfony2/Yaml
$ sudo pear install symfony2/Console
$ sudo pear install –alldeps doctrine/DoctrineORM
$ sudo pear install –alldeps phpunit/Phpunit
capistran deployment:
$ sudo apt-get install capistrano rubygems ruby
$ sudo gem install railsless-deploy capistrano-ext
git clone git://github.com/uhon/traxpacking.git traxpacking
cd traxpacking
cp public/_htaccess public/.htaccess
mkdir -p -m 777 data/session
mkdir -p -m 777 public/cache
mkdir -p -m 777 public/media
mkdir -p -m 777 public/upload
mkdir -p -m 777 public/compressed
git submodule init
git submodule update
cd library
cd ../scripts
php doctrine.php orm:schema-tool:create
php doctrine.php orm:generate-proxies
# first crate a config/deploy/production.rb file
# Sample File config/deploy/environment.sample.rb
cap production deploy:setup
cap production deploy