You may be able to get away with more/less than what's described below, but we can't recommend anything outside of these options:
Operating Systems:
- Ubuntu 16.04
- OS X 10.13+
- Windows has not been thoroughly tested, although it has worked and should work... Windows-related contributions are welcome
Other Dependencies:
- NodeJS v8.10+
- NPM v6.1+
git clone https://github.com/exlskills/spf-server
cd spf-server
npm install
Setup environment variables by first copying the environment variable config template:
cp .envdefault .env
Replace default environment variables with your own (key=value). See more here
To compile and run the server, run:
npm start
The schema.graphql
file comes from the GraphQL server, and it is periodically copied into this repository.
In the event that you require the latest schema.graphql
or you would like to test some latest changes in the GraphQL server, follow the steps prescribed below:
The snippet below assumes that you have installed the GraphQL server into ../gql-server
:
cd ../gql-server
npm run update-schema
cp src/schema.graphql ../spf-server
cd ../spf-server
This software is offered under the terms outlined in the LICENSE.md file provided with this notice. If you have any questions regarding the license, please contact [email protected]
For enterprise licenses and/or support, please send an email enquiry to [email protected]