How to Deploy Zephyr

Requirements

    
        $ cd zephyr-sample-project
        $ sudo cp -r sample-project-mapreduce/build/dist /opt/zephyr
        $ sudo chmod -R 777 /opt/zephyr
    

Note: The destination you choose to deploy this to is up to you. There are no hardcoded paths to /opt/zephyr.

How to Run Zephyr

See: How To Run