Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment? #2

Open
ghost opened this issue Jun 14, 2018 · 1 comment
Open

Deployment? #2

ghost opened this issue Jun 14, 2018 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Jun 14, 2018

I wasn't able to figure out what you meant by "Require Balsamic2html.class.php ..." and running the two lines of PHP below. Could you give a few more pointers on what you mean?

@ghost ghost changed the title New to PHP - how do I run this? Deployment? Jun 18, 2018
@deroses
Copy link

deroses commented Jul 27, 2018

  1. make a file named run.php (or whatever you like) and save it in the same folder as Balsamic2html.class.php
  2. put this in the run.php file
<?php
require('Balsamiq2html.class.php');
$b = new Balsamiq2html();
$b->run();
  1. run the run.php file and it will create a dest folder that has your output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants