This documentation refers to LCA. For new development, please refer to LCA-NG https://listing-creation.api.autoscout24.com/docs#/
This project uses middleman and middleman-gh-pages to create the API documentation.
- Run
bundle exec middleman serverto run the application on dev mode. - Go to http://localhost:4567 to see the documentation
- Changes will trigger a "build" and static files will be automatically generated
- Run
bundle exec middleman buildto create the static files cdto thebuildfolder- Open the
index.htmlfile or serve the entire build folder with one of the following options:python -m SimpleHTTPServer # within the build folderdocker run --rm -v $(pwd):/usr/share/nginx/html:ro nginx- run
bundle exec middleman buildevery time you do a change
- Changes will be automatically available without restart
- Run
./deploy.sh - Be happy
Documentation is "deployed" on dappl7v001.unix.as24.local machine