Michael Brown
90f36e7ab5
This was probably intended to be 'ruby $(which mailcatcher)' but it works without all that
2017-10-02 18:12:35 -04:00
Michael Brown
db2bb96cf7
Update DEVELOPER-ADVANCED.md: use rake task to create first user
...
* with the new startup wizard, you can no longer create a user
with no admins present, so use the rake task instead
2017-10-02 18:08:07 -04:00
Régis Hanol
e018e7a8f6
`db:test:prepare` doesn't seem to work
2017-07-31 11:17:56 +02:00
Régis Hanol
5e43c05bf8
Update DEVELOPER-ADVANCED doc with latest ruby & node versions
2017-07-31 11:09:09 +02:00
Jakub Macina
d29f213632
Fix sidekiq command in docs to start all queues instead of only critical.
2017-07-25 15:46:09 +02:00
Blake Erickson
c954e673e8
Update DEVELOPER-ADVANCED.md
...
Just ran through this guide on a fresh ubuntu-16.04.1-server-amd64 install and it needs to have gnupg2 installed.
https://www.dropbox.com/s/f0fdp2shbbwn0zp/Screenshot%20from%202016-10-15%2011%3A44%3A30.png?raw=1
2016-10-15 12:08:14 -06:00
zachGlasgow
9704f66a3e
Update DEVELOPER-ADVANCED.md
...
We need to pass the queue names otherwise Sidekiq will use the 'default' name.
However Sidekiq will need to process Critical and Low tasks as well.
2016-06-20 22:34:39 +01:00
Kevin McCormack
06662bc64b
typo
2016-06-11 10:01:35 -04:00
Tarek Loubani
6c53421c4a
Update and clarify instructions for developer environment in Ubuntu
2016-06-02 13:06:04 -04:00
Rafael dos Santos Silva
bf2f22a152
Update the guide
2016-06-01 15:42:05 -03:00
Ryan Mulligan
faf63114a9
update redis dependency
...
b1e0da starts using the redis ROLE command which is available in redis-server 2.8.12 and later.
2016-03-14 17:40:30 -07:00
Guo Xiang Tan
c62882aa76
Update DEVELOPER-ADVANCED.md [CISKIP].
2015-12-16 17:26:51 +08:00
Jeff Atwood
be079ffcc6
Merge pull request #3498 from tgxworld/improve_developer_guide
...
Improve developer guide.
2015-05-26 23:38:29 -07:00
Guo Xiang Tan
4bfbc38034
Remove command to run seed_fu. [CI SKIP]
...
`SeedFu.seed` is called when migrating the database.
2015-05-24 12:35:08 +08:00
Guo Xiang Tan
238fdb20aa
Redis is required when migrating the database. [CI SKIP]
2015-05-24 12:34:54 +08:00
Jamie Nguyen
f6688dd79e
Bump recommended minimum PostgreSQL version to 9.3
2015-05-23 12:47:06 +01:00
Gerhard Schlager
19dce439f2
increase required Postgres version to 9.2
2015-04-27 16:49:12 +02:00
Jeff Atwood
44e5179743
increase required Postgres version to 9.2
2015-04-26 23:06:41 -07:00
Jeff Atwood
7c98b16bfd
increase required Postgres version to 9.2
2015-04-25 01:16:18 -07:00
fwoelm
c41af0aa72
Update DEVELOPER-ADVANCED.md
...
Fixed numbering of list items.
2014-11-20 15:35:17 -07:00
fwoelm
d16f125f89
Update DEVELOPER-ADVANCED.md
...
Merged installation instruction for libpq-dev into step 4.
2014-11-20 15:34:09 -07:00
fwoelm
c4fa0edde4
Update DEVELOPER-ADVANCED.md
...
To install the gem pg-0.15.1, you need to have libpq-dev installed. Otherwise bundle install will fail.
See http://stackoverflow.com/questions/16788062/error-running-gem-install-pg-v-0-15-1
2014-11-19 09:18:09 -07:00
David Santoso
f2758a911f
Remove database steps in DEVELOPER-ADVANCED.md
2014-10-17 22:55:31 -04:00
Sam
d6f0004111
Update DEVELOPER-ADVANCED.md
...
ruby 2.1.3 not 1.9 ... no longer supported
2014-09-25 09:10:29 +10:00
Robin Ward
de17c693fc
Merge pull request #2487 from toolness/patch-2
...
Update DEVELOPER-ADVANCED.md with Sidekiq info
2014-07-01 11:28:47 -04:00
Atul Varma
3e728239d1
Add imagemagick to basic setup apt-get install.
...
Imagemagick is mentioned in the "first steps" section, but it's not actually listed anywhere in an `apt-get install` statements, which makes it easy to forget about, so I added it to the last such statement at the end of the basic setup section.
2014-07-01 10:36:54 -04:00
Atul Varma
35fa926d7d
Update DEVELOPER-ADVANCED.md with Sidekiq info
...
I was confused as to why activation emails weren't showing up in Mailcatcher, and finally took a look at the non-advanced developer guide to find the mention of Sidekiq. I thought it would be appropriate to mention it here as well.
2014-07-01 10:12:52 -04:00
Adam Loving
5e57ff485c
Update development docs regarding SMTP
2014-06-05 09:52:49 -07:00
Adam Loving
a9bef1fb96
Add ImageMagick and a couple other notes to docs
...
Had to re-number the list.
2014-05-28 23:37:30 -07:00
Adam Derewecki
afe666abdf
Add `db:create` before `db:migrate` in advanced docs
2014-05-22 15:44:05 -07:00
Alexander Quine
3c3e24814b
remove another reference to now-extinct db dumps
2014-04-30 21:08:56 -07:00
Dee Zsombor
568e16f3fb
Remove documentation references to "pg_dumps/development-image.sql".
...
There is no such file. Seeding is accomplised via the rake tasks as of
9ab743f351
.
2014-03-24 14:05:36 +01:00
Evan Flynn
5e936c812a
Use --no-document instead of --no-rdoc/--no-ri.
...
gem says --rdoc and --ri options are deprecated.
2014-02-16 15:27:55 -05:00
Gaurish Sharma
432f9bf5cf
Rake Commands can be chained
...
We can run all three setup related commands in one go, making it easier for people to copy-paste. Also it would be bit faster, I would imagine.
2013-08-30 18:26:59 +05:30
Robin Ward
45feafdacf
Merge pull request #1374 from manzoid/install-doc
...
Clarify install doc wrt how to create databases
2013-08-24 08:28:22 -07:00
Tim Mansfield
07e7a44ddb
Clarify install doc wrt how to create databases
2013-08-24 04:38:19 -07:00
John Paul Ashenfelter
ab61584549
Be consistent with bundle exec
...
You need bundle exec for all of the commands, not just items 5 and 6
2013-08-20 14:42:10 -04:00
Jeff Taggart
6f58c75243
Update DEVELOPER-ADVANCED.md
...
A bit of help for running a fresh install on Linux.
2013-07-24 20:33:23 +01:00
Sam
6a4b3e6058
Merge pull request #895 from GlitchMr/readme-links
...
Use relative URLs, not absolute.
2013-05-26 17:46:14 -07:00
Michael Brown
6257c48613
Updated documentation
...
* added RVM option for single-user install
* clarified Web Server options
* bluepill sample config: create socket directory if it doesn't exist
* add multisite.yml.production-sample
* rename production.sample.rb (OCD)
* make two database.yml samples (one for dev, one for prod)
* fixed travis build (database.yml.sample renamed)
* fix other references to database.yml.sample
* clean up 'rvm requirements' instructions as per @mpapis
2013-05-25 00:07:45 -04:00
Konrad Borowski
c377e7d1ce
Use relative URLs, not absolute.
...
This helps if somebody would fork a GitHub repository, as the links
now lead to files in fork, not files in original repository. Also, it
makes more sense when reading Markdown files locally.
2013-05-24 16:32:45 +02:00
Sam
b045c23ec4
Update DEVELOPER-ADVANCED.md
2013-05-18 09:12:57 +10:00
Chris Hunt
9c092366e0
Add explicit 'spec' rake tasks
...
This doesn't require auto-loading of rspec-rails and puts the 'spec'
task in the rake task list (rake -T)
2013-05-17 16:02:43 -07:00
Neil Lalonde
0784c3bbe9
Update DEVELOPER-ADVANCED.md
2013-03-24 23:49:40 -04:00
Neil Lalonde
ff3028de07
Fix a typo and add a step to DEVELOPER-ADVANCED.md
2013-03-24 16:46:28 -04:00
Robin Ward
ddff23cc27
Updated Vagrantfile to support Vagrant 1.1.2 - you will probably need to download
...
Vagrant again! http://downloads.vagrantup.com/
2013-03-20 22:14:26 -04:00
Sandy Vanderbleek
204dcc43a4
Use Diffy as DiffEngine implementation
2013-03-15 17:31:51 -07:00
Robin Ward
ddf1f27633
Fixes #157 - Add mention of seed_fu to docs.
2013-02-26 12:45:56 -05:00
balpha
a64d84d504
ActiveRecord requires the postgres server to speak English; add this fact to the docs
2013-02-24 14:42:37 +01:00
Robin Ward
28dc08e7ef
Update docs/DEVELOPER-ADVANCED.md
...
Seed download link was wrong
2013-02-19 17:24:18 -05:00