* trying to fix syntax issues with markdown in readme
This commit is contained in:
parent
073987f823
commit
b49ca33ebf
|
|
@ -16,8 +16,8 @@ Environment
|
||||||
* Definition of location for your developer workspace. Default is ~/workspace, but if you define an env variable, you can override.
|
* Definition of location for your developer workspace. Default is ~/workspace, but if you define an env variable, you can override.
|
||||||
* pg_migrate_ruby - $ cd [workspace] && git clone https://github.com/sethcall/pg_migrate_ruby
|
* pg_migrate_ruby - $ cd [workspace] && git clone https://github.com/sethcall/pg_migrate_ruby
|
||||||
* The current logged in OS user has access to the 'postgres' database and is a super user in the database. In other words, you want to make sure your current logged in user can do the following at the command line: 'psql postgres'. If you can do that, you should be OK. There are two reasons this may not work for you.
|
* The current logged in OS user has access to the 'postgres' database and is a super user in the database. In other words, you want to make sure your current logged in user can do the following at the command line: 'psql postgres'. If you can do that, you should be OK. There are two reasons this may not work for you.
|
||||||
** Your current user is not a superuser. If not, do `sudo su postgres -c "createuser YOURUSER"` and answer 'y' with the first question.
|
1) Your current user is not a superuser. If not, do `sudo su postgres -c "createuser YOURUSER"` and answer 'y' with the first question.
|
||||||
** If your user already is a superuser, then the postgres database may not exist yet. In that case, do `psql` then `create database postgres`
|
2) If your user already is a superuser, then the postgres database may not exist yet. In that case, do `psql` then `create database postgres`
|
||||||
* NOT YET: $IVY defined as path to the [apache ivy jar](http://ant.apache.org/ivy/download.cgi). Download the latest ivy from here, extract somewhere, and create an IVY environment variable with a path to the ivy.jar. For example, in my bash.profile: `export IVY=/Users/seth/workspace/apache-ivy-2.3.0-rc1/ivy-2.3.0-rc1.jar`
|
* NOT YET: $IVY defined as path to the [apache ivy jar](http://ant.apache.org/ivy/download.cgi). Download the latest ivy from here, extract somewhere, and create an IVY environment variable with a path to the ivy.jar. For example, in my bash.profile: `export IVY=/Users/seth/workspace/apache-ivy-2.3.0-rc1/ivy-2.3.0-rc1.jar`
|
||||||
|
|
||||||
Building
|
Building
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue