# spartacus **Repository Path**: mirrors_mozilla/spartacus ## Basic Information - **Project Name**: spartacus - **Description**: Spartacus is a single page app front-end for Webpay. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) [![Build Status](https://travis-ci.org/mozilla/spartacus.svg?branch=master)](https://travis-ci.org/mozilla/spartacus) [![devDependency Status](https://david-dm.org/mozilla/spartacus/dev-status.svg)](https://david-dm.org/mozilla/spartacus#info=devDependencies) Please note: this project is currently unmaintained and is not (or soon will not) be in active use by Mozilla. ![SPARTACUS](https://raw.github.com/mozilla/spartacus/master/spartacus.png) Spartacus is a single page app front-end for [Webpay](https://github.com/mozilla/webpay/) ## Running Spartacus * Checkout the build * Install [PhantomJS](http://phantomjs.org/) * on Mac OS X with [homebrew](http://brew.sh/): `brew install phantomjs` * on Ubuntu: `sudo apt-get install phantomjs` * Run `npm install` * Run `npm install -g grunt-cli` (This is the recommended approach for installing the cli - the runner is local to the project see http://gruntjs.com/getting-started#installing-the-cli) * Use one of the following grunt commands ### Running the dev server Run `grunt start` ### Running with Webpay You'll need to point webpay at your running Spartacus installation for static files only. The webpay setting `SPARTACUS_STATIC` is pointing at `localhost:2604` by default. Modify this if your local settings if you need to. Spartacus must be reachable by the client making payments, so you'll need to either expose the port it's running on (2604 by default) or reverse proxy it through something like nginx. You'll also need to make sure your local webpay settings have `SPA_ENABLE` and `SPA_ENABLE_URLS` are both set to `True`. This will enable webpay to serve Spartacus for the relevant urls. #### Changing settings via Webpay To change settings you can override any of the JS settings (see `public/js/settings.js`) by updating the settings in webpay. The settings key to look for is `SPA_SETTINGS`. ### Running the styleguide Run `grunt styleguide` ### Running the unit tests Run `grunt test` ### Running the UI tests Run `grunt uitest`. To run a single UI test pass the file with a flag e.g: `grunt uitest --test tests/ui/test-basic.js` ### Bugs Tracker bug is here: https://bugzilla.mozilla.org/show_bug.cgi?id=837289