• Stars
    star
    203
  • Rank 192,210 (Top 4 %)
  • Language
    PHP
  • Created about 8 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dockerized sendy.co

Instaling docker

Install docker

Sendy service

Send newsletters, 100x cheaper

Building the container

Once you have setup the project run:

docker build -t sendy

Getting it running

To run apache in a background process, simply start the container using the following command:


docker run -p 8080:80 -d sendy

-p 8080:80 publishes port 80 in the container to 8080 on the host machine. -d detaches from the process, use docker ps and docker stop to โ€ฆ stop.

Note: on OSX use docker-machine ip default to get the right IP to use (assuming default is your machine name). Sometimes youโ€™ll want to debug issues with the container; maybe there are PHP configuration issues or you want to view error logs. To do that you can start the container in interactive mode and then start apache manually:

docker run -i -t -p 8080:80 mysite /bin/bash
apachectl start

Making changes

If youโ€™re actively developing you want to be able to change files in your usual editor and have them reflected within the container without having to rebuild it. The -v flag allows us to mount a directory from the host into the container:

docker run -p 8080:80 -d -v /Users/dan/site:/var/www/site sendy

Tutorial article on medium

Maintenance & Development ccali14

More Repositories

1

VideoThumbnailViewKit

Video Thumb ScrollView
Swift
359
star
2

SceneKitVideoRecorder

Record your SceneKit and ARKit scenes easily.
Swift
256
star
3

leveros-phone-number-fixer

Leveros based phone number fixer
JavaScript
161
star
4

ARKitEnvironmentMapper

A library that allows you to generate and update environment maps in real-time using the camera feed and ARKit's tracking capabilities.
Swift
95
star
5

MacBookPrices

CSS
34
star
6

serverless-microsoft-teams-gitlab-connector

This is a serverless gitlab connector for microsoft teams
JavaScript
22
star
7

rails-graphql-generator

Generate GraphQL Types and Mutations For Rails Apps
Ruby
21
star
8

EasyFacebook

This library is deprecated. Facebook has improved their SDK drastically since then.
Objective-C
20
star
9

react-native-woopra

Promise based Woopra library for react-native
JavaScript
15
star
10

RecordButton

A record button with progress and start/stop animation and sound in Swift
Swift
14
star
11

serverless-in-app-purchase-validator

JavaScript
13
star
12

developers

Curated list of links to become a great software developer for non-us developers
9
star
13

itunes-sales-client

Fastlane sales and analytics client
Ruby
8
star
14

serverless-simple-sms

Java
8
star
15

desktime-reporting

Reports for Desktime App
C#
8
star
16

MonkeyinElectron

Tamper Monkey in Steroids works in Electron
JavaScript
8
star
17

gulp-revision

Customizable asset revisioner for gulp.
JavaScript
7
star
18

serverless-node-mailer

A lambda function to send emails by lambda invoke
JavaScript
7
star
19

http-proxy-for-local-development

Streamlining the development server urls
JavaScript
7
star
20

serverless-youtube-to-gif

Lambda serverless youtube to gif
7
star
21

elastic-search-json-api

6
star
22

LayeredConfigurator

TypeScript
6
star
23

rails-graphql-generator-demo

Rails GraphQL Generator Demo
Ruby
6
star
24

capistrano-azure

Ruby
6
star
25

smart-app-banner-for-download-app

CSS
6
star
26

deeplinking-mobile-browsers-to-native-app

5
star
27

HumbleAlertView

Temporary and unobtrusive translucent alert view for iOS
Swift
5
star
28

sidekiq-filters

5
star
29

gem-version-update-easy

Ruby
5
star
30

sidekiq-cleaner

Sidekiq Cleaner
5
star
31

Azure-NotificationHub

Azure Notification Hub Helper
C#
4
star
32

serverless-transparency-detection

Java
3
star
33

continuous-staging

Ruby
2
star
34

react-native-app-indexing

Java
2
star
35

react-native-android-sharer

Java
1
star