Cloud Migration Web UI

Dorin Paslaru fd4c2f8f63 Merge pull request #358 from smiclea/fix-networks-refresh преди 7 години
flow-typed 9eb32c4b6a Add e2e integration tests using Cypress преди 8 години
private 4629e3c7fa Fix and update Cypress End To End tests преди 7 години
public 0d39a85837 Coriolis with Atomic design implementation преди 8 години
server 89fcdad852 Move UI configuration file to server side преди 7 години
src fd4c2f8f63 Merge pull request #358 from smiclea/fix-networks-refresh преди 7 години
.babelrc 7c2332e6d3 Replace alt.js with MobX for state management преди 8 години
.dockerignore 4cee086424 Added Dockerfile преди 8 години
.editorconfig 0d39a85837 Coriolis with Atomic design implementation преди 8 години
.eslintignore 2dc2dd39d5 Add 'Planning' page with Azure Migrate support преди 8 години
.eslintrc e8d9e32b3b Improve layout of instances list преди 7 години
.flowconfig 7c2332e6d3 Replace alt.js with MobX for state management преди 8 години
.gitignore 9eb32c4b6a Add e2e integration tests using Cypress преди 8 години
Dockerfile 0d39a85837 Coriolis with Atomic design implementation преди 8 години
LICENSE 0d39a85837 Coriolis with Atomic design implementation преди 8 години
README.md 6083c657a6 Added license shield преди 7 години
config.js 36bc1a8aca Automatically detect storage mapping support преди 7 години
cypress.json 32b0c10d24 Increased requestTimeout to 10s преди 7 години
package.json 1820cfae8a Fix random number appearing when loading main list преди 7 години
server.js c3af7b1c18 Refactor NodeJS Server ES5 code to ES6 преди 8 години
webpack.config.js 3fbf97f0d6 Use a javascript source map for production builds преди 7 години
yarn.lock 4629e3c7fa Fix and update Cypress End To End tests преди 7 години

README.md

Coriolis Web

Web GUI for coriolis

Install instructions

  • node >=6.x and yarn are required
  • clone repo
  • run yarn install or yarn install --production to install packages and dependencies for development or production mode
  • change the coriolisUrl variable in ./src/config.js to match the Coriolis Server path

Build instructions

  • run yarn build
  • run node server.js to start the server

Your server will be running at http://localhost:3000/

Testing

  • unit tests can be run using yarn test
  • e2e integration tests can be run using yarn cypress. First though, you have to create the private/cypress/config.js file using private/cypress/config.template.js as a template and then run yarn build and node server.

Development mode

  • run yarn start to start local development server

Your development server will be running at http://localhost:3000/

This should be used only for development, as it contains live-reload and other development tools.

You can view some of the UIs components in the Storybook by running yarn storybook