-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detailed Documentation #24
Comments
When I follow the
|
There are all great points @loongmxbt. If you're feeling up to it, perhaps you could make a pull request for the documentation you feel it's lacking? Regarding item #4, Ideally, I'd like to support this out of the box and make this the default if you're running a Phoenix app. I think that would be awesome! |
Sure, I would very like to write some wiki for gatling! |
I'm currently also trying to improve the docs while making Gatling work for me :)
You don't need to install modules globally as long as you run the commands via the npm wrapper: See this for my proposed change to the README: cc4006b#diff-04c6e90faac2675aa89e2176d2eec7d8R284 |
As this can get pretty special, this should be done via a custom nginx.conf as proposed in #10 – nevertheless it could need some hints in the docs or example config. I'd be willing to help with this :) |
@dennisreimann I like the change in your compare |
I finally found the time to do a detailed writeup of the steps involved for my first deployment using Gatling: https://dennisreimann.de/articles/phoenix-deployment-gatling-ubuntu-digital-ocean.html |
@dennisreimann Great guide, helps a lot! Just some minor suggestions.
e.g. In order to use :ex_admin with distillery, I have to add :ex_admin, :exactor, :hound to applications. |
Here is a zh-cn translated guide. http://www.jianshu.com/p/0c2741910fe1 |
Most of this is covered with the recent docs changes – I'll try to add another guide about customizing the nginx setup as this question also came up in #5. |
I have written the aforementioned guide and added it to the Guides and Resources section in the README. As the mentioned points are covered by now I am closing this one. Feel free to open another issue requesting more docs if something is unclear or missing! :) |
Gatling is facinating! But following the docs will come up to some problems:
Server Prerequisites
git version must greater than 2.0
Install Node (using nvm)
Install Brunch gloabally,
npm install -g brunch
Necessary Config Files
./rel/config.exs
config/prod.secret.exs
domains
deploy.exs
-> deploy build static assetsupgrade.exs
-> upgrade build static assetsHow to setup SSL
Using Lets Encrypt
Trouble shooting
The text was updated successfully, but these errors were encountered: