LCAS / PGRs

UROS 2015 project
1 stars 1 forks source link

Lack of documentation #1

Open marc-hanheide opened 7 years ago

marc-hanheide commented 7 years ago

@jaime-lord, I forked your repo into our own organisation.

Would you have any documentation on how to get started. I had a very quick look and couldn't find anything (not even a README file). Also, it seems you have based this on Laravel? I'm not familiar at all with this framework, so I would appreciate a little bit of information on how to get started. Simply things like actually firing up the server etc. Also, it seems there is quite a bit of "dead code" in there, as you have just included a lot of 3rd party libs including examples (e.g. bootstrap)? So, in order to help understanding your system, could you point me to the main files and directories of your implementation.

pet1330 commented 7 years ago

Setting Up Debug Server

Required

Setup

Using the application

To get past the login screen you can open up route file located at app/Http/route.php and add the following to the top: Auth::loginUsingId( $USER_ID );

marc-hanheide commented 7 years ago

:+1: great!!!

pet1330 commented 6 years ago

@marc-hanheide: We can close this, as the documentation for staring has now been added to other issues in the pgr systems repo.

The Docker and none Docker version are both written up, but we should probably combine these in the README.md

(I don't have permissions to close this issue)