Skip to content
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.

Some more documentation. #55

Merged
merged 3 commits into from
Jan 30, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions diesel_setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Diesel setup
These were the tasks I needed to perform before I could get diesel_cli installed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you put some newlines above and below this line please?

## Ubunutu
These are the packages referenced in the README that need to be installed for postgresql and sqlite 3:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, above and below. give it a little room to breathe 😄

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you put a newline after this, please?

* `postgresql`
* `postgresql-contrib`
* `libpq-dev` (Not enough to just set up postgresql, need this for `libpq`)
* `sqlite3`

Then needed to set up postgresql using [this](https://help.ubuntu.com/community/PostgreSQL) tutorial.

After this was able to install diesel_cli and then run the setup with the newly created credentials following the instructions in [README](README.md)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you wrap this to 80 columns please?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you like all lines wrapped to 80 columns, inclusive of those with links?