Re: erlang compile

2015-01-16 Thread Ildar Alishev
Dear Drew, Everything works fine now. thank you. Ildar. > 16 янв. 2015 г., в 23:37, Drew Pirrone-Brusse > написал(а): > > Ildar, > > Those instructions assume you already have an instance of Riak > installed on the system you are using to compile new Erlang code. > > Unless you are planning

Re: erlang compile

2015-01-16 Thread Drew Pirrone-Brusse
Ildar, Those instructions assume you already have an instance of Riak installed on the system you are using to compile new Erlang code. Unless you are planning on developing in Erlang and deploying custom modules for Riak operations, you shouldn't need to worry about those instructions. If you h

Re: erlang compile

2015-01-16 Thread Ildar alishev
Hello! You mean have i compiled already RIAK with erlang? I don't understand where this file stores (advanced.config). Should i just create it here /etc/riak/ ? Ildar 2015-01-16 12:32 GMT+03:00 Sargun Dhillon : > So, you need to set add_paths as a runtime option, once you compile > the

Re: erlang compile

2015-01-16 Thread Sargun Dhillon
So, you need to set add_paths as a runtime option, once you compile the Erlang program into beam files (perhaps with a .app) so that Riak can load your code. Have you already compiled your program with the Erlang compiler that comes with your version of Riak? Which version of Riak are you using? In

erlang compile

2015-01-16 Thread Ildar Alishev
Hello everyone! Would like to ask. Found on http://docs.basho.com/riak/latest/ops/advanced/install-custom-code/ that i should find and add data in app.config ok, where i can find it i have this conf file in my rebar,