Cloud Migration Web UI

Dorin Paslaru b5c0807f26 Merge pull request #333 from smiclea/CORWEB-179 пре 7 година
flow-typed 9eb32c4b6a Add e2e integration tests using Cypress пре 8 година
private 7bf4a920df Remove special characters from file names пре 7 година
public 0d39a85837 Coriolis with Atomic design implementation пре 8 година
server 007a63d66b Add `About` modal accessible from user dropdown пре 7 година
src 77c9d4738f Fix an issue where fields use one column layout пре 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 година
cypress.json 8183477455 Cypress `wait` commands refactor, Electron support пре 7 година
package.json 7ee22e2aac Increment version пре 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 87cc80c137 Cleanup React components constructor пре 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