This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > rake -D mailee:send | |
| (in /home/maiz/projetos/my_store) | |
| rake mailee:send | |
| Sincroniza os items da tabela "users" com os contatos do Mailee. | |
| Você pode também especificar o env AFTER para enviar apenas os contatos atualizados após uma data. | |
| E.g. rake mailee:send CLASS=Contact AFTER=1.day |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Mailee::Config.site = 'http://api.0x1xc4x5ebxax.spreedemo.mailee.me' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >script/extension install git://github.com/softa/mailee_spree | |
| removing: /home/maiz/projetos/my_store/vendor/extensions/mailee_spree/.git | |
| Initialized empty Git repository in /home/maiz/projetos/my_store/vendor/extensions/mailee_spree/.git/ | |
| remote: Counting objects: 19, done. | |
| remote: Compressing objects: 100% (12/12), done. | |
| remote: Total 19 (delta 1), reused 0 (delta 0) | |
| Receiving objects: 100% (19/19), 18.56 KiB, done. | |
| Resolving deltas: 100% (1/1), done. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > script/server |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >rake db:bootstrap | |
| (in /home/maiz/projetos/my_store) | |
| [find_by_param error] database not available? | |
| This task will destroy any data in the database. Are you sure you want to | |
| continue? [yn] y | |
| == SpreeZeroNineZero: migrating ============================================== | |
| -- create_table("addresses", {:force=>true}) | |
| NOTICE: CREATE TABLE will create implicit sequence "addresses_id_seq" for serial column "addresses.id" | |
| NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "addresses_pkey" for table "addresses" | |
| -> 0.1865s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > rake db:create |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > sudo su postgres | |
| > createuser my_store | |
| Ctrl+D para voltar ao usuário original |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > cd my_store | |
| > sudo rake gems:install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > spree my_store | |
| create | |
| create CHANGELOG | |
| create CONTRIBUTORS | |
| create INSTALL | |
| create LICENSE | |
| create README.markdown | |
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gem install spree |