Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-com
marketo-tools
Commits
cd34bd53
Commit
cd34bd53
authored
Nov 12, 2015
by
Robert Speicher
Browse files
Update README
parent
dcbd3531
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
cd34bd53
# marketo-tools
This is a simple Sinatra application that receives GitLab.com sign-up hooks and
passes the relevant information
into a
Marketo
email list
.
passes the relevant information
to
Marketo
leads
.
This replaces our internal [mailchimp-tools] project.
...
...
@@ -13,11 +13,22 @@ This replaces our internal [mailchimp-tools] project.
## Development
```
sh
bundle
install
bundle
exec
rackup
-p
4567
open http://localhost:4567/
```
## Deployment
This project stores HTTP Basic Auth credentials and Marketo API keys in the
environment, using [Dotenv]. The default values should be overridden in a
`.env.production`
file.
## License
Copyright
©
2015 GitLab, Inc. It is free software, and may be redistributed
under terms specified in the
[
`LICENSE`
](
LICENSE
)
file.
[
mailchimp-tools
]:
https://dev.gitlab.org/gitlab/mailchimp-tools
[
Dotenv
]:
https://github.com/bkeepers/dotenv
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment