Skip to content

fakelist is a fake craiglist webapp built for learning purpose. It uses LAMP stack

License

Notifications You must be signed in to change notification settings

upretip/fakelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fakelist

fakelist is a fake craigslist webapp built for learning purpose. It uses LAMP stack. Full tutorials will be available sometimes in the future at upretip.github.io/fakelist

Run it on a local LAMP stack by installing LAMPP on a VM from here. This will probably require learning and starting apache and mysql servers using LAMP.

Or use this Dockerfile if docker is installed and started on your machine.

Execute rebuild.sh as it already contains docker build commands using bash shell.

>$ chmod 784 ./rebuild.sh
>$ bash ./rebuild.sh

Visit the app by going to http://localhost:8000/.

Stop the container when done.

# stop and remove the container
>$ docker rm -f faker 

# remove the docker image
>$ docker rmi lamp

#remove all unused volume
>$ docker volume prune 

Issues:

Need to execute the queries.sql file on mysql to get the underlying table and default data. Dockerfile copies it inside working directory /app already.

About

fakelist is a fake craiglist webapp built for learning purpose. It uses LAMP stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published