Skip to content

rkononov/mass_email_sending

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started
---------------

1 Set up proper credentials in config.ini (iron_worker)
2 Deploy to Phpfog or CloudControl
3 Input number of emails you want to send
4 Push 'start test' and wait for a test results
5 Profit!

How to install app on clouds:
-----------------------------

a) AppFog
-Create new Appfog cloud and new app
-Clone Appfog app - 'git clone git_appgfog_path' (check Source Code section of Appfog)
-Clone this repo 'git clone https://github.com/rkononov/mass_email_sending.git'
-Copy all files from this repo folder to appfog application folder - 'cp php_example/* your_appfog_folder/ -r'
-Set proper credentials in config.ini (you could get token and project_id from hud.iron.io)
-Redeploy appfog app - 'git add -A;git commit -m "first deploy";git push'
-Open your app url in browser

b)CloudControl
-Install cctrlapp: 'sudo easy_install cctrl'
-Make folder for cloudcontrol app - 'mkdir cloudcontrol_app_folder'
-Clone this repo 'git clone https://github.com/rkononov/mass_email_sending.git'
-Copy all files from this repo folder to cloudcontrol_app_folder - 'cp php_example/* cloudcontrol_app_folder/ -r'
-Set proper credentials in config.ini (you could get token and project_id from hud.iron.io)
-Create app -'cd cloudcontrol_app_folder;cctrlapp APP_NAME create php'
-Push app - 'cd cloudcontrol_app_folder;cctrlapp APP_NAME/DEP_NAME push'
-Deploy app - 'cd cloudcontrol_app_folder;cctrlapp APP_NAME/DEP_NAME deploy'

About

simple app that just compare performance of mass email sending with/without iron_worker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages