Skip to content
/ TView Public

project site that provides the ability to generate the markup

Notifications You must be signed in to change notification settings

jeyboy/TView

Repository files navigation

1)	chooce folder
2)	git clone [email protected]:jeyboy/TView.git TView

3)	sudo apt-get install postgresql
	sudo apt-get install pgadmin3
	
4)	sudo -u postgres psql postgres

	Set a password for the "postgres" database role using the command:

	\password postgres

	and give your password when prompted. The password text will be hidden from the console for security purposes.

	Type Control+D to exit the posgreSQL prompt.

5)	cd TVie
6)	bundle install
7)	rake db:create
8)	rake db:migrate
9)	rake data:reset_admin
10)	rails s

About

project site that provides the ability to generate the markup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published