Create droplet of your liking (ubuntu 12.10 x32)
ssh to root in terminal with your server ip
ssh root@123.123.123.123
Add ssh fingerprint and enter password provided in email
#Docker
##Files and Folders.
|
|\_ app
|...
|\_ docker
| |
Located in alphabetical order (not prefer)
Cab), also designed as a more modern replacement, written in Cgolang)golang)| <?php | |
| foreach($mkpdata as $key=>$d){ | |
| $mkpid=$d->marketplace_id; | |
| $sid_token[$mkpid]['sid']=$d->mws_seller_id; | |
| $sid_token[$mkpid]['token']=$d->mws_auth_token; | |
| $remove_state[$mkpid] = ''; | |
| $verified_state[$mkpid] = ''; | |
| if(!isset($sid_token[$mkpid]['sid'])){ | |
| $sid_token[$mkpid]['sid']=''; |
Often when upgrading to the latest OS X MacOS you have to do a few things to account for changing to underlying libraries. Here are the post-upgrade steps I took to get back to a fully operational state. I use homebrew and rbenv to manage my environment.
To do this just run
$ xcode-select --install| How to: | |
| 1. Generate in command line: rails new -T --database postgresql capstone1asyourprojectname | |
| 2. rails db:create | |
| 3. rails db:migrate | |
| 4. add to your gem file | |
| gem 'spree', '~> 3.2.0.rc1' | |
| gem 'spree_auth_devise', '~> 3.2.0.beta' | |
| gem 'spree_gateway', '~> 3.2.0.beta' | |
| 5. run bundle update | |
| 6. then copy paste these in to your command line: |
| ✝ ~/code/locksourcing/trendle master ls | |
| app composer.json database public routes tests | |
| artisan composer.lock package.json readme.md server.php webpack.mix.js | |
| bootstrap config phpunit.xml resources storage | |
| ✝ ~/code/locksourcing/trendle master php artisan serve | |
| sPHP Warning: require(/Users/ryanjeff/code/locksourcing/trendle/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /Users/ryanjeff/code/locksourcing/trendle/bootstrap/autoload.php on line 17 | |
| PHP Stack trace: | |
| PHP 1. {main}() /Users/ryanjeff/code/locksourcing/trendle/artisan:0 | |
| PHP 2. require() /Users/ryanjeff/code/locksourcing/trendle/artisan:16 |
This is my take on how to get up and running with NGINX, PHP-FPM, MySQL and phpMyAdmin on OSX Yosemite.
This article is adapted from the original by Jonas Friedmann. Who I just discovered is from Würzburg in Germany. A stonesthrow from where I was born ;)
Make sure you have the latest version of XCode installed. Available from the Mac App Store.
Install the Xcode Command Line Tools:
xcode-select --install