On 08/04/14 02:14, [email protected] wrote:
hello mozilla team,
I am trying to install and configure my own sync-server.
Every things come from git :
        https://github.com/mozilla/fxa-auth-server
        https://github.com/mozilla/fxa-content-server

I have followed :
        
http://docs.services.mozilla.com/howtos/run-sync-1.5.html#howto-run-sync15
        http://docs.services.mozilla.com/howtos/run-fxa.html#howto-run-fxa
I have read all the README.md files.

In this paragraph : Database Patches
One can read :
        "Previously the database patches were contained in this repo and were run 
when the server started up (in development mode). However, there is a new backend service 
that this project will use as we go forward. Whilst the database connection and API code 
is still contained and used in this repo you should take a look at the fxa-auth-db-server 
repo for the SQL that you should run once you have your database set up, specifically the 
instructions on Creating the Database. Note where the schema patches live, in case you 
need them. "

fxa-auth-db-server repo is not found anywhere.

It's here: https://github.com/mozilla/fxa-auth-db-server
----------------------------------------------

In this paragraph : Creating the Database
One can read :

        "Once you have your config in place, you can create and patch the 
database using the db_patcher.js command. Try this: node bin/db_patcher.js
        This should create the database (if it doesn't yet exist), and apply each 
patch located in db/schema/*.sql in the correct order. If this command fails and 
can't connect to the database, please check your mysql configuration and 
connectivity on the command line."

bin/db_patcher.js file is not found anaywhere.
----------------------------------------------

Any help is welcome.
_______________________________________________
Sync-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/sync-dev

_______________________________________________
Sync-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/sync-dev

Reply via email to