https://github.com/mekdrop/jobtest-profis.lt-minicommentssystem
Mini comments website as test for applying job at profis.lt
https://github.com/mekdrop/jobtest-profis.lt-minicommentssystem
Last synced: about 2 months ago
JSON representation
Mini comments website as test for applying job at profis.lt
- Host: GitHub
- URL: https://github.com/mekdrop/jobtest-profis.lt-minicommentssystem
- Owner: MekDrop
- License: mit
- Created: 2016-02-09T02:44:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T14:22:56.000Z (about 9 years ago)
- Last Synced: 2024-10-05T15:42:52.071Z (8 months ago)
- Language: PHP
- Size: 412 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
[](License.txt) 
# profis-testasMini comments website as test for applying job at profis.lt
# How to run it?
You can clone this repository and in your command line write `vagrant up` (for this command to work you need have [vagrant](https://www.vagrantup.com/downloads.html) and [virtualbox](https://www.virtualbox.org) installed on your local system). Wait few minutes until virtual box boots and than you can type in your browser `http://localhost:8080`.
If you want to use this code without vagrant you will need configure your webserver to point to `www` folder as web root, import `structure.sql` to your MySQL database, edit `www/config.php` file and run `composer update` from command line in `www/` folder. Also you need to make sure that all requests are redirected to `index.php` file (if you use apache, you can easily use supplied .htaccess file otherwise you need edit your server config files to get same functionality).
# Login data
*Login:* `[email protected]`
*Pass:* `admin`