-
Notifications
You must be signed in to change notification settings - Fork 156
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
Improvements to the docs #7
Comments
It would be super nice if some of these commands were in a list so I don't have to copy and paste stuff from inside a paragraph. |
wrt commands in a list: can you paste an example of what that might look like? i'm not sure how to integrate the prose and commands in a list. or do you just mean to also provide a separate list? |
* the digital ocean docker image does not have Make by default. * so rather than pollute the host image with customization, just use docker itself (it seems the answer to all questions in dockerland is to force everything to look like a docker-nail). * this makes the build longer but it's pretty clean. * and it paves a way to answer #2. * progress on #7. * also reorder the lines in nginx.dockerfile to avoid layering.
Instead of this
I'd prefer this
That is, it's easer to copy and paste stuff when it's not inline. https://www.digitalocean.com/community/tutorials/how-to-install-apache-tomcat-8-on-ubuntu-16-04 does what I've come to expect. |
The only problem with that is that I don't know how to do that and make the numbered list continue in Markdown. Any tips? Or can we save this formatting detail for what we both agree will be some other final destination? |
Save the formatting detail for a quick contributor win at some point in the future... |
We should specify that a Standard droplet, not an Optimized droplet is needed.
Step 12 requires make to be installed, but make is not installed. We will need to add a
apt-get install make
.Step 13 makes it sound like if you run
systemctl start docker-compose@effective-spork
and see that the system is active, things are working. Based on what I can see, it can take a few minutes for the container to boot and run all the thingsThe text was updated successfully, but these errors were encountered: