Appsterdam / Old-Appsterdam-Website

Appsterdam Website
MIT License
6 stars 2 forks source link

Migrate site to SoftLayer environment #27

Open spllr opened 12 years ago

spllr commented 12 years ago

Setup and deploy website to new SoftLayer environment.

spllr commented 12 years ago

http://appsterdam.info will now end up at new server.

On https will show certificate warning but this will no longer happen when final domain migration has been done.

spllr commented 12 years ago

Create user 'deployer' on system.

Added deployer to rvm and nginx group.

spllr commented 12 years ago

Install ruby-devel with yum

spllr commented 12 years ago

Basic deployment is done. See http://appsterdam.info for todays result.

Site is now running and is deployable via capistrano.

Need to optimize some things on the server.

Basic idea: nginx is running as a reverse proxy for 20 thin instances.

Deployment

Tomorrow more....

spllr commented 12 years ago

Also installed screen

spllr commented 12 years ago

Also exported env vars for twitter and database urls

export APPSTERDAM_DATABASE_URL="postgres://****:*****@/appsterdam_production"
export TWITTER_API_KEY='****************'
export TWITTER_API_SECRET='***********'
spllr commented 12 years ago

Bind padrino server to 127.0.0.1

spllr commented 12 years ago

Installed ImageMagick

g7morris commented 12 years ago

@spllr Anything else here or can we update the wiki and close this ticket?