eureka2 / G6K

Generator of calculation simulator (calculator)
MIT License
20 stars 20 forks source link

Installation help #8

Closed fxw closed 6 years ago

fxw commented 6 years ago

Hello

After doing the 2 php command, how can i run thé server ?

The command php app/console server:run deosn’t work

No documentation are mentionnied.

Any support ?

Thanks

eureka2 commented 6 years ago

Hi,

There is no server to launch, G6k is a classic PHP application, just use your browser: http://yourserver/simulator/calcul/demo

or

http://yourserver/simulator/calcul/admin account: admin/admin1

fxw commented 6 years ago

Hello

Thanks for your support ! It's working now with those url ;)

Just a quick question, do you have an Rest API or XML webservice plug to G6K to do a simulation to put the frontend outside of g6k ?

Nice job for your platform by the way.

eureka2 commented 6 years ago

Hi, There is an API system but it is neither REST nor XML

See the discussion: How to use simulator as API

Best regards